[project @ 1998-04-17 15:58:37 by simonm]
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail042.stderr
1  
2 tcfail042.hs:18:
3     Could not deduce `Num a'
4         (arising from an instance declaration at tcfail042.hs:18)
5         from the context (Eq a, Show a)
6     Probable cause: missing `Num a' in instance declaration context
7     When checking the superclasses of an instance declaration
8
9
10 Compilation had errors