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

ds003.hs:7:1: warning: [GHC-53633] [-Woverlapping-patterns (in -Wdefault)]
    Pattern match is redundant
    In an equation for ‘f’: f (x : x1 : x2 : x3) ~(y, ys) z = ...

ds003.hs:8:1: warning: [GHC-53633] [-Woverlapping-patterns (in -Wdefault)]
    Pattern match is redundant
    In an equation for ‘f’: f x y True = ...