[project @ 1999-06-09 09:35:54 by simonpj]
[ghc-hetmet.git] / ghc / tests / deriving / should_fail / drvfail004.stderr
1
2 drvfail004.hs:5:
3     Could not deduce `Eq (Foo a b)'
4         (arising from an instance declaration at drvfail004.hs:5)
5         from the context: (Ord a1, Ord b1)
6     Probable cause: missing `Eq (Foo a b)'
7                     in instance declaration context
8                     or missing instance declaration for `Eq (Foo a b)'
9     When checking the superclasses of an instance declaration
10
11 Compilation had errors
12