summaryrefslogtreecommitdiff
path: root/testsuite/tests/pmcheck/should_compile/pmc001.stderr
blob: c6145432f06c330ee4fad6778170b353e38caeca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
pmc001.hs:14:1: warning:
    Pattern match(es) are non-exhaustive
    In an equation for ā€˜fā€™:
        Patterns not matched:
            MkT3 (MkT2 _)
            MkT3 MkT1
            (MkT2 _) MkT3
            MkT1 MkT3

pmc001.hs:19:1: warning:
    Pattern match(es) are non-exhaustive
    In an equation for ā€˜gā€™:
        Patterns not matched:
            MkT3 (MkT2 _)
            MkT3 MkT1
            (MkT2 _) MkT3
            MkT1 MkT3