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