29d77feb1ceb155064b7f5293db41a30695e2426
[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 a1, Ord b1)
4     Probable cause: missing `Eq (Foo a b)'
5                     in instance declaration context
6                     or missing instance declaration for `Eq (Foo a b)'
7     arising from an instance declaration at drvfail004.hs:5
8
9 Compilation had errors
10