summaryrefslogtreecommitdiff
path: root/testsuite/tests/pmcheck/should_compile/T9951b.stderr
blob: c4466613667e90e90d5b73df582d194072aa2c68 (plain)
1
2
3
4
5
6
7
8
9
10

T9951b.hs:7:1: warning: [-Wincomplete-patterns (in -Wextra)]
    Pattern match(es) are non-exhaustive
    In an equation for ‘f’:
        Patterns of type ‘String’ not matched:
            []
            (p:_) where p is not one of {'a'}
            ['a']
            ('a':p:_) where p is not one of {'b'}
            ...