[project @ 1998-11-16 18:14:44 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 `fromInteger'
4     in an instance declaration for `Num'
5  
6 tcfail036.hs:8: Warning:
7     No explicit method nor default method for `signum'
8     in an instance declaration for `Num'
9  
10 tcfail036.hs:8: Warning:
11     No explicit method nor default method for `abs'
12     in an instance declaration for `Num'
13  
14 tcfail036.hs:8: Warning:
15     No explicit method nor default method for `negate'
16     in an instance declaration for `Num'
17  
18 tcfail036.hs:8: Warning:
19     No explicit method nor default method for `*'
20     in an instance declaration for `Num'
21  
22 tcfail036.hs:8: Warning:
23     No explicit method nor default method for `+'
24     in an instance declaration for `Num'
25  
26 tcfail036.hs:7: Warning:
27     No explicit method nor default method for `fromInteger'
28     in an instance declaration for `Num'
29  
30 tcfail036.hs:7: Warning:
31     No explicit method nor default method for `signum'
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 `negate'
40     in an instance declaration for `Num'
41  
42 tcfail036.hs:7: Warning:
43     No explicit method nor default method for `*'
44     in an instance declaration for `Num'
45
46  
47 tcfail036.hs:9:
48     Class used as a type constructor: Num
49     In the type `Eq Num'
50  
51 tcfail036.hs:3:
52     Duplicate or overlapping instance declarations
53         for `Num NUM' at tcfail036.hs:8 and tcfail036.hs:7
54  
55 tcfail036.hs:8:
56     No instance for `Show NUM'
57         arising from an instance declaration at tcfail036.hs:8
58  
59 tcfail036.hs:8:
60     No instance for `Eq NUM'
61         arising from an instance declaration at tcfail036.hs:8
62
63
64 Compilation had errors