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