[project @ 1998-02-03 11:24:18 by simonm]
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail021.stderr
1  
2 tcfail021.hs:8:
3     Can't handle multiple methods defined by one pattern binding
4         (==, /=) = (\ x -> \ y -> True, (\ x -> \ y -> False))
5
6
7 Compilation had errors