[project @ 2001-03-29 14:35:20 by simonmar]
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail035.stderr
index 419cf09..d8f1091 100644 (file)
@@ -1,4 +1,4 @@
 
-Duplicate or overlapping instance declarations:
-  tcfail035.hs:6: {Num NUM}
-  tcfail035.hs:7: {Num NUM}
+Duplicate instance declarations:
+  tcfail035.hs:6: Num NUM
+  tcfail035.hs:7: Num NUM