[project @ 1998-02-03 11:24:18 by simonm]
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail019.stderr
1  
2 tcfail019.hs:19:
3     No instance for: `B [a]'
4         arising from an instance declaration, at tcfail019.hs:19
5         Available context: (B [a], C [a])
6         From the superclasses of the instance declaration
7  
8 tcfail019.hs:19:
9     No instance for: `C [a]'
10         arising from an instance declaration, at tcfail019.hs:19
11         Available context: (B [a], C [a])
12         From the superclasses of the instance declaration
13
14
15 Compilation had errors