summaryrefslogtreecommitdiff
path: root/testsuite/tests/pmcheck/should_compile/T2204.stderr
blob: 26f70352e2e057ff8a4d3c3d8e0c39ee7a3d3397 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

T2204.hs:6:1: warning: [-Wincomplete-patterns (in -Wextra)]
    Pattern match(es) are non-exhaustive
    In an equation for ā€˜fā€™:
        Patterns not matched:
            ('0':'1':_:_)
            ('0':p:_) where p is not one of {'1'}
            ['0']
            (p:_) where p is not one of {'0'}
            ...

T2204.hs:9:1: warning: [-Wincomplete-patterns (in -Wextra)]
    Pattern match(es) are non-exhaustive
    In an equation for ā€˜gā€™:
        Patterns not matched: p where p is not one of {0}