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