[project @ 1998-04-17 15:58:37 by simonm]
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail019.stderr
1  
2 tcfail019.hs:19:
3     Could not deduce `C [a]'
4         (arising from an instance declaration at tcfail019.hs:19)
5         from the context ()
6     Probable cause: missing `C [a]' in instance declaration context
7                     or missing instance declaration for `C [a]'
8     When checking the superclasses of an instance declaration
9  
10 tcfail019.hs:19:
11     Could not deduce `B [a]'
12         (arising from an instance declaration at tcfail019.hs:19)
13         from the context ()
14     Probable cause: missing `B [a]' in instance declaration context
15                     or missing instance declaration for `B [a]'
16     When checking the superclasses of an instance declaration
17
18
19 Compilation had errors