summaryrefslogtreecommitdiff
path: root/testsuite/tests/pmcheck/should_compile/T9951b.stderr
blob: c9536b3160cf3c84a693454c2d71f9bc6dd6196d (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 not matched:
            []
            [p] where p is not one of {'a'}
            (p:_:_) where p is not one of {'a'}
            ['a']
            ...