[project @ 1998-04-17 15:58:37 by simonm]
[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 a, Ord b)
6     Probable cause: missing `Eq (Foo a b)' in instance declaration context
7                     or missing instance declaration for `Eq (Foo a b)'
8     When checking the superclasses of an instance declaration
9
10
11 Compilation had errors