[project @ 1999-06-09 09:35:54 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)' at PrelTup.hi:5 and tcfail073.hs:8
5
6 tcfail073.hs:8:
7     Could not deduce `Eq a'
8         (arising from use of `==' at tcfail073.hs:8)
9         from the context: (Eq (a, b))
10     Probable cause: missing `Eq a' in instance declaration context
11     When checking the methods of an instance declaration
12
13 Compilation had errors
14