[project @ 1999-12-29 14:46:29 by simonpj]
[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             defined at tcfail073.hs:7 and imported from module `PrelTup'
6
7 tcfail073.hs:8:
8     Could not deduce `Eq a' from the context: (Eq (a, b))
9     Probable cause: missing `Eq a' in instance declaration context
10     arising from use of `==' at tcfail073.hs:8
11     In the right-hand side of an equation for `==': m == o
12
13 Compilation had errors
14