summaryrefslogtreecommitdiff
path: root/testsuite/tests/deSugar/should_compile/ds003.stderr-ghc
blob: f12789da42dae37a389e973ec3941ff078a1b929 (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 = ...