[project @ 1999-06-09 09:35:54 by simonpj]
[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 Compilation had errors
10