[project @ 1999-06-09 09:35:54 by simonpj]
[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 tcfail036.hs:3:
39     Duplicate or overlapping instance declarations
40         for `Num NUM' at tcfail036.hs:7 and tcfail036.hs:8
41
42 tcfail036.hs:7:
43     No instance for `Show NUM'
44         arising from an instance declaration at tcfail036.hs:7
45
46 tcfail036.hs:7:
47     No instance for `Eq NUM'
48         arising from an instance declaration at tcfail036.hs:7
49
50 tcfail036.hs:9:
51     Class used as a type constructor: Num
52     When checking kinds in `Eq Num'
53
54 Compilation had errors
55