[project @ 1999-08-27 14:57:07 by simonmar]
[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'
41             defined at tcfail036.hs:8 and defined at tcfail036.hs:6
42
43 tcfail036.hs:8:
44     No instance for `Show NUM'
45         arising from an instance declaration at tcfail036.hs:8
46
47 tcfail036.hs:8:
48     No instance for `Eq NUM'
49         arising from an instance declaration at tcfail036.hs:8
50
51 tcfail036.hs:9:
52     Class used as a type constructor: Num
53     When checking kinds in `Eq Num'
54
55 Compilation had errors
56