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