[project @ 1999-01-24 13:45:05 by sof]
[ghc-hetmet.git] / ghc / tests / deSugar / should_compile / ds002.stderr
1 ds002.hs:7: Pattern match(es) are overlapped in the definition of function `f':
2             f y = ...
3             f z = ...
4
5 ds002.hs:11: Pattern match(es) are overlapped in the definition of function `g':
6             g x y z = ...
7
8