summaryrefslogtreecommitdiff
path: root/testsuite/tests/deSugar/should_compile/ds020.stderr-ghc
blob: 42323200253b670d46b2f7b993b85b5ce06bd1a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

ds020.hs:8:1: Warning:
    Pattern match(es) are overlapped
    In an equation for ‛a’: a ~(~[], ~[], ~[]) = ...

ds020.hs:11:1: Warning:
    Pattern match(es) are overlapped
    In an equation for ‛b’: b ~(~x : ~xs : ~ys) = ...

ds020.hs:16:1: Warning:
    Pattern match(es) are overlapped
    In an equation for ‛d’:
        d ~(n+43) = ...
        d ~(n+999) = ...

ds020.hs:22:1: Warning:
    Pattern match(es) are overlapped
    In an equation for ‛f’: f x@(~[]) = ...