e1d1baece9373500ead443389c855351a4817a32
[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