[project @ 1998-02-03 11:24:18 by simonm]
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail056.stderr
1  
2 tcfail056.hs:10: Warning:
3     No explicit method nor default method for `=='
4     in an instance declaration for `Eq'
5
6  
7 tcfail056.hs:1:
8     Duplicate or overlapping instance declarations
9         for `Eq Foo' at tcfail056.hs:10 and tcfail056.hs:6
10  
11 tcfail056.hs:10: Class `Eq' does not have a method `<='
12
13
14 Compilation had errors