[project @ 1998-02-03 11:24:18 by simonm]
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail036.stderr
1  
2 tcfail036.hs:8: Warning:
3     No explicit method nor default method for `+'
4     in an instance declaration for `Num'
5  
6 tcfail036.hs:8: Warning:
7     No explicit method nor default method for `*'
8     in an instance declaration for `Num'
9  
10 tcfail036.hs:8: Warning:
11     No explicit method nor default method for `negate'
12     in an instance declaration for `Num'
13  
14 tcfail036.hs:8: Warning:
15     No explicit method nor default method for `abs'
16     in an instance declaration for `Num'
17  
18 tcfail036.hs:8: Warning:
19     No explicit method nor default method for `signum'
20     in an instance declaration for `Num'
21  
22 tcfail036.hs:8: Warning:
23     No explicit method nor default method for `fromInteger'
24     in an instance declaration for `Num'
25  
26 tcfail036.hs:7: Warning:
27     No explicit method nor default method for `*'
28     in an instance declaration for `Num'
29  
30 tcfail036.hs:7: Warning:
31     No explicit method nor default method for `negate'
32     in an instance declaration for `Num'
33  
34 tcfail036.hs:7: Warning:
35     No explicit method nor default method for `abs'
36     in an instance declaration for `Num'
37  
38 tcfail036.hs:7: Warning:
39     No explicit method nor default method for `signum'
40     in an instance declaration for `Num'
41  
42 tcfail036.hs:7: Warning:
43     No explicit method nor default method for `fromInteger'
44     in an instance declaration for `Num'
45
46  
47 tcfail036.hs:9:
48     Class used as a type constructor: Num In the type `Eq Num'
49  
50 tcfail036.hs:3:
51     Duplicate or overlapping instance declarations
52         for `Num NUM' at tcfail036.hs:8 and tcfail036.hs:7
53  
54 tcfail036.hs:8:
55     No instance for: `Eq NUM'
56         arising from an instance declaration, at tcfail036.hs:8
57  
58 tcfail036.hs:8:
59     No instance for: `Show NUM'
60         arising from an instance declaration, at tcfail036.hs:8
61
62
63 Compilation had errors