summaryrefslogtreecommitdiff
path: root/testsuite/tests/pmcheck/complete_sigs/completesig04.stderr
blob: d6cab09190bfb39dd1fbaef4035ee1d1d1fd0864 (plain)
1
2
3
4
5
6
7
8
9
10
11
12

completesig04.hs:10:1: warning: [GHC-62161] [-Wincomplete-patterns (in -Wextra)]
    Pattern match(es) are non-exhaustive
    In an equation for ‘f’:
        Patterns of type ‘T’ not matched:
            B
            C

completesig04.hs:12:1: warning: [GHC-62161] [-Wincomplete-patterns (in -Wextra)]
    Pattern match(es) are non-exhaustive
    In an equation for ‘g’:
        Patterns of type ‘Maybe a’ not matched: Nothing