[project @ 2001-08-22 11:45:06 by sewardj]
[ghc-hetmet.git] / ghc / tests / deSugar / should_compile / ds020.stderr
1
2 ds020.hs:5: Warning: Pattern match(es) are overlapped
3     In the definition of `a': a ~(~[], ~[], ~[]) = ...
4
5 ds020.hs:8: Warning: Pattern match(es) are overlapped
6     In the definition of `b': b ~(~x : (~xs : ~ys)) = ...
7
8 ds020.hs:13: Warning: Pattern match(es) are overlapped
9     In the definition of `d':
10         d ~(n+43) = ...
11         d ~(n+999) = ...
12
13 ds020.hs:19: Warning: Pattern match(es) are overlapped
14     In the definition of `f': f (x@~[]) = ...