[project @ 1997-07-26 22:48:58 by sof]
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail056.stderr
1  
2 tcfail056.hs:1: Duplicate or overlapping instance declarations
3     for `PrelBase.Eq Foo' at tcfail056.hs:6 and tcfail056.hs:10
4  
5 tcfail056.hs:10: Class `PrelBase.Eq' does not have a method `<='
6  
7 tcfail056.hs:10: No explicit method nor default method for `PrelBase.=='
8                  in an instance declaration for `PrelBase.Eq'
9
10 Compilation had errors