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