[project @ 2001-03-29 14:35:20 by simonmar]
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail056.stderr
index e7f90dd..15b6194 100644 (file)
@@ -1,6 +1,4 @@
 
-Duplicate or overlapping instance declarations:
-  tcfail056.hs:5: {Eq Foo}
-  tcfail056.hs:8: {Eq Foo}
-
-tcfail056.hs:8: Class `Eq' does not have a method `<='
+Duplicate instance declarations:
+  tcfail056.hs:5: Eq Foo
+  tcfail056.hs:8: Eq Foo