diff options
Diffstat (limited to 'frontend')
-rw-r--r-- | frontend/StdCompare.icl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/StdCompare.icl b/frontend/StdCompare.icl index adb6e99..b40a1db 100644 --- a/frontend/StdCompare.icl +++ b/frontend/StdCompare.icl @@ -5,7 +5,7 @@ import syntax instance == TypeVar where - (==) varid1 varid2 = varid1.tv_name == varid2.tv_name + (==) varid1 varid2 = varid1.tv_info_ptr == varid2.tv_info_ptr instance == FunKind where |