[project @ 2001-04-17 15:55:33 by rrt]
[ghc-hetmet.git] / ghc / tests / deSugar / should_compile / ds051.stderr
1
2 ds051.hs:6: Warning: Pattern match(es) are overlapped in the definition of function `f1':
3             f1 "ab" = ...
4
5 ds051.hs:11: Warning: Pattern match(es) are overlapped in the definition of function `f2':
6             f2 ('a' : ('b' : [])) = ...
7
8 ds051.hs:16: Warning: Pattern match(es) are overlapped in the definition of function `f3':
9             f3 "ab" = ...