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