[project @ 1997-11-12 16:55:57 by simonm]
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail036.stderr
1  
2 tcfail036.hs:8: Warning: no explicit method nor default method for `+'
3                 in an instance declaration for `Num'
4  
5 tcfail036.hs:8: Warning: no explicit method nor default method for `*'
6                 in an instance declaration for `Num'
7  
8 tcfail036.hs:8: Warning: no explicit method nor default method for `negate'
9                 in an instance declaration for `Num'
10  
11 tcfail036.hs:8: Warning: no explicit method nor default method for `abs'
12                 in an instance declaration for `Num'
13  
14 tcfail036.hs:8: Warning: no explicit method nor default method for `signum'
15                 in an instance declaration for `Num'
16  
17 tcfail036.hs:8: Warning: no explicit method nor default method for `fromInteger'
18                 in an instance declaration for `Num'
19  
20 tcfail036.hs:7: Warning: no explicit method nor default method for `*'
21                 in an instance declaration for `Num'
22  
23 tcfail036.hs:7: Warning: no explicit method nor default method for `negate'
24                 in an instance declaration for `Num'
25  
26 tcfail036.hs:7: Warning: no explicit method nor default method for `abs'
27                 in an instance declaration for `Num'
28  
29 tcfail036.hs:7: Warning: no explicit method nor default method for `signum'
30                 in an instance declaration for `Num'
31  
32 tcfail036.hs:7: Warning: no explicit method nor default method for `fromInteger'
33                 in an instance declaration for `Num'
34  
35 tcfail036.hs:9: Class used as a type constructor: `Num'
36  
37 tcfail036.hs:3: Duplicate or overlapping instance declarations
38     for `Num NUM' at tcfail036.hs:7 and tcfail036.hs:8
39  
40 tcfail036.hs:3: Duplicate or overlapping instance declarations
41     for `Num NUM' at tcfail036.hs:7 and tcfail036.hs:8
42  
43 tcfail036.hs:3: Duplicate or overlapping instance declarations
44     for `Num NUM' at tcfail036.hs:7 and tcfail036.hs:8
45  
46 tcfail036.hs:8: No instance for: `Eq NUM'
47     arising from an instance declaration at tcfail036.hs:8
48     When checking methods of an instance declaration
49  
50 tcfail036.hs:8: No instance for: `Show NUM'
51     arising from an instance declaration at tcfail036.hs:8
52     When checking methods of an instance declaration
53  
54 tcfail036.hs:8: No instance for: `Eval NUM'
55     arising from an instance declaration at tcfail036.hs:8
56     When checking methods of an instance declaration
57  
58 tcfail036.hs:8: No instance for: `Eq NUM'
59     arising from an instance declaration at tcfail036.hs:8
60     When checking superclass constraints of an instance declaration
61  
62 tcfail036.hs:8: No instance for: `Show NUM'
63     arising from an instance declaration at tcfail036.hs:8
64     When checking superclass constraints of an instance declaration
65  
66 tcfail036.hs:8: No instance for: `Eval NUM'
67     arising from an instance declaration at tcfail036.hs:8
68     When checking superclass constraints of an instance declaration
69  
70 tcfail036.hs:7: No instance for: `Eq NUM'
71     arising from an instance declaration at tcfail036.hs:7
72     When checking methods of an instance declaration
73  
74 tcfail036.hs:7: No instance for: `Show NUM'
75     arising from an instance declaration at tcfail036.hs:7
76     When checking methods of an instance declaration
77  
78 tcfail036.hs:7: No instance for: `Eval NUM'
79     arising from an instance declaration at tcfail036.hs:7
80     When checking methods of an instance declaration
81  
82 tcfail036.hs:7: No instance for: `Eq NUM'
83     arising from an instance declaration at tcfail036.hs:7
84     When checking superclass constraints of an instance declaration
85  
86 tcfail036.hs:7: No instance for: `Show NUM'
87     arising from an instance declaration at tcfail036.hs:7
88     When checking superclass constraints of an instance declaration
89  
90 tcfail036.hs:7: No instance for: `Eval NUM'
91     arising from an instance declaration at tcfail036.hs:7
92     When checking superclass constraints of an instance declaration
93
94 Compilation had errors