summaryrefslogtreecommitdiff
path: root/testsuite/tests/deSugar/should_compile/ds003.stderr-ghc
blob: 5b1bd3949f6afd96962da82884d708ba4f133904 (plain)
1
2
3
4
5
6

ds003.hs:5:1:
    Warning: Pattern match(es) are overlapped
             In an equation for `f':
                 f (x : x1 : x2 : x3) ~(y, ys) z = ...
                 f x y True = ...