[project @ 2000-12-12 17:21:40 by simonmar]
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail056.stderr
index 5904ec5..e7f90dd 100644 (file)
@@ -1,10 +1,6 @@
 
-tcfail056.hs:1:
-    Duplicate or overlapping instance declarations
-       for `Eq Foo'
-           defined at tcfail056.hs:8 and defined at tcfail056.hs:5
-
-tcfail056.hs:10: Class `Eq' does not have a method `<='
-
-Compilation had errors
+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 `<='