summaryrefslogtreecommitdiff
path: root/testsuite/tests/pmcheck/should_compile/T2204.stderr
blob: d2e6e0a434da07c5dde64060dccfa9d31b4b84f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
T2204.hs:6:1: warning:
    Pattern match(es) are non-exhaustive
    In an equation for ā€˜fā€™:
        Patterns not matched:
            []
            (p:_) where p is not one of {'0'}
            ['0']
            ('0':p:_) where p is not one of {'1'}
            ...

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