[project @ 1999-01-24 13:45:05 by sof]
[ghc-hetmet.git] / ghc / tests / deSugar / should_compile / ds019.stderr
1 ds019.hs:5: Pattern match(es) are overlapped in the definition of function `f':
2             f d (j, k) p = ...
3             f (e, f, g) l q = ...
4             f h (m, n) r = ...
5
6