summaryrefslogtreecommitdiff
path: root/testsuite/tests/deSugar/should_compile/ds002.stderr-ghc
blob: baf7ffde5339da2d59683f20da635281b84065f7 (plain)
1
2
3
4
5
6
7
8
9
10

ds002.hs:7:1:
    Warning: Pattern match(es) are overlapped
             In an equation for `f':
                 f y = ...
                 f z = ...

ds002.hs:11:1:
    Warning: Pattern match(es) are overlapped
             In an equation for `g': g x y z = ...