[project @ 2000-12-12 17:21:40 by simonmar]
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail023.stderr
index 241484f..39e1470 100644 (file)
@@ -1,7 +1,7 @@
 
-tcfail023.hs:1:
-    Duplicate or overlapping instance declarations
-       for `A B' at tcfail023.hs:13 and tcfail023.hs:10
+Duplicate or overlapping instance declarations:
+  tcfail023.hs:10: {A B}
+  tcfail023.hs:13: {A B}
 
 tcfail023.hs:11:
     Couldn't match `B' against `Bool'
@@ -14,6 +14,3 @@ tcfail023.hs:14:
        Expected type: B
        Inferred type: Bool
     In the right-hand side of an equation for `op': True
-
-Compilation had errors
-