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