[project @ 1998-11-16 18:14:44 by simonm]
[ghc-hetmet.git] / ghc / tests / deSugar / should_compile / ds020.stderr
1 ds020.hs:5: 
2     Pattern match(es) are overlapped in the definition of function `a'
3             ~(~[], ~[], ~[]) = ...
4 ds020.hs:8: 
5     Pattern match(es) are overlapped in the definition of function `b'
6             ~(: ~x (: ~xs ~ys)) = ...
7 ds020.hs:13: 
8     Pattern match(es) are overlapped in the definition of function `d'
9             ~(n+43) = ...
10             ~(n+999) = ...
11 ds020.hs:19: 
12     Pattern match(es) are overlapped in the definition of function `f'
13             (x@~[]) = ...
14