[project @ 1997-12-16 16:27:38 by simonm]
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail073.stderr
1  
2 tcfail073.hs:3: Duplicate or overlapping instance declarations
3     for `Eq (a, b)' at tcfail073.hs:8 and <NoSrcLoc>
4  
5 tcfail073.hs:3: Duplicate or overlapping instance declarations
6     for `Eq (a, b)' at tcfail073.hs:8 and <NoSrcLoc>
7  
8 tcfail073.hs:3: Duplicate or overlapping instance declarations
9     for `Eq (a, b)' at tcfail073.hs:8 and <NoSrcLoc>
10  
11 tcfail073.hs:8: Context `{Eq taTH}'
12                     required by inferred type, but missing on a type signature
13                     `Eq taTH' arising from use of `==' at tcfail073.hs:8
14     When checking methods of an instance declaration
15
16 Compilation had errors