From bda83900d3bb7e6cfd8633816df719a72a548d2b Mon Sep 17 00:00:00 2001 From: martinw Date: Tue, 26 Sep 2000 08:49:13 +0000 Subject: bugfix git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@228 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d --- frontend/StdCompare.icl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend/StdCompare.icl') 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 -- cgit v1.2.3