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

T9951b.hs:7:1: warning: [GHC-62161] [-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'}
            ...