b4d0a9868a5772140bb2a37687489f7182c8fe1d
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail073.stderr
1
2 tcfail073.hs:3:
3     Duplicate or overlapping instance declarations
4         for `Eq (a, b)'
5             imported from module `PrelTup' and defined at tcfail073.hs:7
6
7 tcfail073.hs:8:
8     Could not deduce `Eq a'
9         (arising from use of `==' at tcfail073.hs:8)
10         from the context: (Eq (a, b))
11     Probable cause: missing `Eq a' in instance declaration context
12     When checking the methods of an instance declaration
13
14 Compilation had errors
15