e4ee602d2f7bc31f4f6b863b029c58cfca36af49
[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
15
16 NOTE: Simplifier still going after 4 iterations; bailing out.