aboutsummaryrefslogtreecommitdiff
path: root/frontend/StdCompare.icl
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/StdCompare.icl')
-rw-r--r--frontend/StdCompare.icl4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/StdCompare.icl b/frontend/StdCompare.icl
index 4dc82c4..adb6e99 100644
--- a/frontend/StdCompare.icl
+++ b/frontend/StdCompare.icl
@@ -31,8 +31,8 @@ instance == ConsVariable
where
(==) (CV tv1) (CV tv2) = tv1 == tv2
(==) (TempCV tv1) (TempCV tv2) = tv1 == tv2
- (==) cv1 cv2 = False
-
+ (==) (TempQCV tv1) (TempQCV tv2) = tv1 == tv2 // MW4++
+// MW4 removed: (==) cv1 cv2 = False
instance == TypeContext
where