[project @ 1999-06-09 09:35:54 by simonpj]
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail034.stderr
1
2 tcfail034.hs:17:
3     Could not deduce `Integral a'
4         (arising from use of `mod' at tcfail034.hs:17)
5         from the context: (Num a, Eq a)
6     Probable cause: missing `Integral a' in type signature for `test'
7     When checking the type signature(s) for `test'
8
9 Compilation had errors
10