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

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