From c9694badc6c6307a69a3c83078ad04a2d702c2b0 Mon Sep 17 00:00:00 2001 From: johnvg Date: Fri, 5 Jun 2009 14:17:34 +0000 Subject: remove some comments git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1738 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d --- frontend/StdCompare.icl | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'frontend') diff --git a/frontend/StdCompare.icl b/frontend/StdCompare.icl index 69a9773..063991b 100644 --- a/frontend/StdCompare.icl +++ b/frontend/StdCompare.icl @@ -7,7 +7,6 @@ instance == TypeVar where (==) varid1 varid2 = varid1.tv_info_ptr == varid2.tv_info_ptr -//AA.. instance == AttributeVar where (==) varid1 varid2 = varid1.av_info_ptr == varid2.av_info_ptr @@ -15,7 +14,6 @@ where instance == AttrInequality where (==) ai1 ai2 = ai1.ai_demanded == ai2.ai_demanded && ai1.ai_offered == ai2.ai_offered -//..AA instance == FunKind where @@ -41,8 +39,7 @@ instance == ConsVariable where (==) (CV tv1) (CV tv2) = tv1 == tv2 (==) (TempCV tv1) (TempCV tv2) = tv1 == tv2 - (==) (TempQCV tv1) (TempQCV tv2) = tv1 == tv2 // MW4++ -// MW4 removed: (==) cv1 cv2 = False + (==) (TempQCV tv1) (TempQCV tv2)= tv1 == tv2 instance == TypeContext where @@ -101,14 +98,12 @@ where = type1 == type2 && types1 == types2 equal_constructor_args (TQV varid1) (TQV varid2) = varid1 == varid2 -// MW4.. equal_constructor_args (GTV varid1) (GTV varid2) = varid1 == varid2 equal_constructor_args (TempQV varid1) (TempQV varid2) = varid1 == varid2 equal_constructor_args (TLifted varid1) (TLifted varid2) = varid1 == varid2 -// ..MW4 equal_constructor_args type1 type2 = True -- cgit v1.2.3