523ddc9e770e679e26a5acdc5c1afe9f6ea6ff83
[ghc-hetmet.git] / ghc / tests / deriving / should_fail / drvfail004.stderr
1
2 drvfail004.hs:5:
3     Could not deduce `Eq (Foo a b)' from the context (Ord a, Ord b)
4     Probable fix:
5         Add `Eq (Foo a b)' to the instance declaration context
6         Or add an instance declaration for `Eq (Foo a b)'
7     arising from the instance declaration at drvfail004.hs:5
8     In the instance declaration for `Ord (Foo a b)'