[project @ 1998-02-03 11:24:18 by simonm]
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail036.stderr
index 1f9f358..0df79dc 100644 (file)
@@ -1,94 +1,63 @@
  
-tcfail036.hs:8: 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 `+'
+    in an instance declaration for `Num'
  
-tcfail036.hs:8: 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 `*'
+    in an instance declaration for `Num'
  
-tcfail036.hs:8: Warning: no explicit method nor default method for `negate'
-               in an instance declaration for `Num'
+tcfail036.hs:8: Warning:
+    No explicit method nor default method for `negate'
+    in an instance declaration for `Num'
  
-tcfail036.hs:8: Warning: no explicit method nor default method for `abs'
-               in an instance declaration for `Num'
+tcfail036.hs:8: Warning:
+    No explicit method nor default method for `abs'
+    in an instance declaration for `Num'
  
-tcfail036.hs:8: 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 `signum'
+    in an instance declaration for `Num'
  
-tcfail036.hs:8: 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'
+    in an instance declaration for `Num'
  
-tcfail036.hs:7: 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 `*'
+    in an instance declaration for `Num'
  
-tcfail036.hs:7: Warning: no explicit method nor default method for `negate'
-               in an instance declaration for `Num'
+tcfail036.hs:7: Warning:
+    No explicit method nor default method for `negate'
+    in an instance declaration for `Num'
  
-tcfail036.hs:7: 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'
+    in an instance declaration for `Num'
  
-tcfail036.hs:7: 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 `signum'
+    in an instance declaration for `Num'
  
-tcfail036.hs:7: Warning: no explicit method nor default method for `fromInteger'
-               in an instance declaration for `Num'
-tcfail036.hs:9: Class used as a type constructor: `Num'
-tcfail036.hs:3: Duplicate or overlapping instance declarations
-    for `Num NUM' at tcfail036.hs:7 and tcfail036.hs:8
-tcfail036.hs:3: Duplicate or overlapping instance declarations
-    for `Num NUM' at tcfail036.hs:7 and tcfail036.hs:8
-tcfail036.hs:3: Duplicate or overlapping instance declarations
-    for `Num NUM' at tcfail036.hs:7 and tcfail036.hs:8
-tcfail036.hs:8: No instance for: `Eq NUM'
-    arising from an instance declaration at tcfail036.hs:8
-    When checking methods of an instance declaration
-tcfail036.hs:8: No instance for: `Show NUM'
-    arising from an instance declaration at tcfail036.hs:8
-    When checking methods of an instance declaration
-tcfail036.hs:8: No instance for: `Eval NUM'
-    arising from an instance declaration at tcfail036.hs:8
-    When checking methods of an instance declaration
-tcfail036.hs:8: No instance for: `Eq NUM'
-    arising from an instance declaration at tcfail036.hs:8
-    When checking superclass constraints of an instance declaration
-tcfail036.hs:8: No instance for: `Show NUM'
-    arising from an instance declaration at tcfail036.hs:8
-    When checking superclass constraints of an instance declaration
-tcfail036.hs:8: No instance for: `Eval NUM'
-    arising from an instance declaration at tcfail036.hs:8
-    When checking superclass constraints of an instance declaration
-tcfail036.hs:7: No instance for: `Eq NUM'
-    arising from an instance declaration at tcfail036.hs:7
-    When checking methods of an instance declaration
-tcfail036.hs:7: No instance for: `Show NUM'
-    arising from an instance declaration at tcfail036.hs:7
-    When checking methods of an instance declaration
+tcfail036.hs:7: Warning:
+    No explicit method nor default method for `fromInteger'
+    in an instance declaration for `Num'
+
  
-tcfail036.hs:7: No instance for: `Eval NUM'
-    arising from an instance declaration at tcfail036.hs:7
-    When checking methods of an instance declaration
+tcfail036.hs:9:
+    Class used as a type constructor: Num In the type `Eq Num'
  
-tcfail036.hs:7: No instance for: `Eq NUM'
-    arising from an instance declaration at tcfail036.hs:7
-    When checking superclass constraints of an instance declaration
+tcfail036.hs:3:
+    Duplicate or overlapping instance declarations
+       for `Num NUM' at tcfail036.hs:8 and tcfail036.hs:7
  
-tcfail036.hs:7: No instance for: `Show NUM'
-    arising from an instance declaration at tcfail036.hs:7
-    When checking superclass constraints of an instance declaration
+tcfail036.hs:8:
+    No instance for: `Eq NUM'
+       arising from an instance declaration, at tcfail036.hs:8
  
-tcfail036.hs:7: No instance for: `Eval NUM'
-    arising from an instance declaration at tcfail036.hs:7
-    When checking superclass constraints of an instance declaration
+tcfail036.hs:8:
+    No instance for: `Show NUM'
+       arising from an instance declaration, at tcfail036.hs:8
+
 
 Compilation had errors