[project @ 2001-08-04 06:19:54 by ken]
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail023.stderr
index 283da45..39e1470 100644 (file)
@@ -1,20 +1,16 @@
-tcfail023.hs:1:
-    Duplicate or overlapping instance declarations
-       for `A B' at tcfail023.hs:11 and tcfail023.hs:14
+
+Duplicate or overlapping instance declarations:
+  tcfail023.hs:10: {A B}
+  tcfail023.hs:13: {A B}
+
 tcfail023.hs:11:
     Couldn't match `B' against `Bool'
        Expected type: B
        Inferred type: Bool
     In the right-hand side of an equation for `op': True
+
 tcfail023.hs:14:
     Couldn't match `B' against `Bool'
        Expected type: B
        Inferred type: Bool
     In the right-hand side of an equation for `op': True
-
-
-Compilation had errors
-