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