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