summaryrefslogtreecommitdiff
path: root/testsuite/tests/pmcheck/should_compile/T9951b.stderr
blob: b998ce225b7f98b7982360165767c5b702fbb7b3 (plain)
1
2
3
4
5
6
7
8
9
T9951b.hs:7:1: warning:
    Pattern match(es) are non-exhaustive
    In an equation for ‘f’:
        Patterns not matched:
            []
            (p:_) where p is not one of {'a'}
            ['a']
            ('a':p:_) where p is not one of {'b'}
            ...