summaryrefslogtreecommitdiff
path: root/testsuite/tests/deSugar/should_compile/ds019.stderr
blob: 0a99306cd237b2e77427ae346382930f40608fdb (plain)
1
2
3
4
5
6
7

ds019.hs:5:1: Warning:
    Pattern match(es) are redundant
    In an equation for ‘f’:
        f d (j, k) p = ...
        f (e, f, g) l q = ...
        f h (m, n) r = ...