[project @ 2000-03-23 17:45:17 by simonpj]
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail036.stderr
1
2 tcfail036.hs:3:
3     Duplicate or overlapping instance declarations
4         for `Num NUM'
5             defined at tcfail036.hs:8 and defined at tcfail036.hs:6
6
7 tcfail036.hs:8:
8     No instance for `Eq NUM'
9     arising from an instance declaration at tcfail036.hs:8
10
11 tcfail036.hs:8:
12     No instance for `Show NUM'
13     arising from an instance declaration at tcfail036.hs:8
14
15 tcfail036.hs:9:
16     Class used as a type constructor: Num
17     When checking kinds in `Eq Num'
18
19 Compilation had errors
20