[project @ 1999-06-14 09:29:01 by simonpj]
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail036.stderr
1
2 tcfail036.hs:6:
3     Warning: No explicit method nor default method for `*'
4              in an instance declaration for `Num'
5
6 tcfail036.hs:6:
7     Warning: No explicit method nor default method for `abs'
8              in an instance declaration for `Num'
9
10 tcfail036.hs:6:
11     Warning: No explicit method nor default method for `signum'
12              in an instance declaration for `Num'
13
14 tcfail036.hs:6:
15     Warning: No explicit method nor default method for `fromInteger'
16              in an instance declaration for `Num'
17
18 tcfail036.hs:8:
19     Warning: No explicit method nor default method for `+'
20              in an instance declaration for `Num'
21
22 tcfail036.hs:8:
23     Warning: No explicit method nor default method for `*'
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 `signum'
32              in an instance declaration for `Num'
33
34 tcfail036.hs:8:
35     Warning: No explicit method nor default method for `fromInteger'
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:8 and tcfail036.hs:6
41
42 tcfail036.hs:8:
43     No instance for `Show NUM'
44         arising from an instance declaration at tcfail036.hs:8
45
46 tcfail036.hs:8:
47     No instance for `Eq NUM'
48         arising from an instance declaration at tcfail036.hs:8
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