[project @ 2000-07-03 20:34:35 by panne]
[ghc-hetmet.git] / ghc / tests / deriving / should_fail / drvfail004.stderr
1
2 drvfail004.hs:5:
3     Could not deduce `Eq (Foo a b)'
4         from the context (Ord a1, Ord b1)
5     Probable fix:
6         Add `Eq (Foo a b)' to the instance declaration context
7         Or add an instance declaration for `Eq (Foo a b)'
8     arising from an instance declaration at drvfail004.hs:5
9
10 Compilation had errors
11