[project @ 1999-06-09 09:35:54 by simonpj]
[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 -> ..., \ x -> \ y -> ...)
5
6 Compilation had errors
7