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