[project @ 1999-06-14 09:29:01 by simonpj]
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail036.stderr
index 91b23df..e6fed85 100644 (file)
@@ -1,26 +1,26 @@
 
-tcfail036.hs:7:
-    Warning: No explicit method nor default method for `fromInteger'
+tcfail036.hs:6:
+    Warning: No explicit method nor default method for `*'
             in an instance declaration for `Num'
 
-tcfail036.hs:7:
-    Warning: No explicit method nor default method for `signum'
+tcfail036.hs:6:
+    Warning: No explicit method nor default method for `abs'
             in an instance declaration for `Num'
 
-tcfail036.hs:7:
-    Warning: No explicit method nor default method for `abs'
+tcfail036.hs:6:
+    Warning: No explicit method nor default method for `signum'
             in an instance declaration for `Num'
 
-tcfail036.hs:7:
-    Warning: No explicit method nor default method for `*'
+tcfail036.hs:6:
+    Warning: No explicit method nor default method for `fromInteger'
             in an instance declaration for `Num'
 
 tcfail036.hs:8:
-    Warning: No explicit method nor default method for `fromInteger'
+    Warning: No explicit method nor default method for `+'
             in an instance declaration for `Num'
 
 tcfail036.hs:8:
-    Warning: No explicit method nor default method for `signum'
+    Warning: No explicit method nor default method for `*'
             in an instance declaration for `Num'
 
 tcfail036.hs:8:
@@ -28,24 +28,24 @@ tcfail036.hs:8:
             in an instance declaration for `Num'
 
 tcfail036.hs:8:
-    Warning: No explicit method nor default method for `*'
+    Warning: No explicit method nor default method for `signum'
             in an instance declaration for `Num'
 
 tcfail036.hs:8:
-    Warning: No explicit method nor default method for `+'
+    Warning: No explicit method nor default method for `fromInteger'
             in an instance declaration for `Num'
 
 tcfail036.hs:3:
     Duplicate or overlapping instance declarations
-       for `Num NUM' at tcfail036.hs:7 and tcfail036.hs:8
+       for `Num NUM' at tcfail036.hs:8 and tcfail036.hs:6
 
-tcfail036.hs:7:
+tcfail036.hs:8:
     No instance for `Show NUM'
-       arising from an instance declaration at tcfail036.hs:7
+       arising from an instance declaration at tcfail036.hs:8
 
-tcfail036.hs:7:
+tcfail036.hs:8:
     No instance for `Eq NUM'
-       arising from an instance declaration at tcfail036.hs:7
+       arising from an instance declaration at tcfail036.hs:8
 
 tcfail036.hs:9:
     Class used as a type constructor: Num