[project @ 1997-07-30 23:52:45 by sof]
[ghc-hetmet.git] / ghc / compiler / tests / typecheck / should_succeed / tc075.stderr
1  
2 tc075.hs:8:
3     Can't handle multiple methods defined by one pattern binding
4         `(==, /=)
5              =   (\ x       ->  \ y       ->  True,
6                   (\ x       ->  \ y       ->  False))'
7
8
9 Compilation had errors