[project @ 2001-03-29 14:35:20 by simonmar]
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail036.stderr
index 53cea4c..af65473 100644 (file)
@@ -1,8 +1,9 @@
 
-Duplicate or overlapping instance declarations:
-  tcfail036.hs:6: {Num NUM}
-  tcfail036.hs:8: {Num NUM}
+Duplicate instance declarations:
+  tcfail036.hs:6: Num NUM
+  tcfail036.hs:8: Num NUM
 
 tcfail036.hs:9:
     Class `Num' used as a type
     When checking kinds in `Eq Num'
+    In the instance declaration for `Eq Num'