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