summaryrefslogtreecommitdiff
path: root/testsuite/tests/pmcheck/should_compile/EmptyCase001.stderr
blob: ba9e61fc519173e12c584c62aa10c958ed68281b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
EmptyCase001.hs:9:6: warning: [-Wincomplete-patterns (in -Wextra)]
    Pattern match(es) are non-exhaustive
    In a case alternative: Patterns not matched: _ :: Int

EmptyCase001.hs:14:8: warning: [-Wincomplete-patterns (in -Wextra)]
    Pattern match(es) are non-exhaustive
    In a case alternative:
        Patterns not matched:
            []
            (_:_)

EmptyCase001.hs:18:8: warning: [-Wincomplete-patterns (in -Wextra)]
    Pattern match(es) are non-exhaustive
    In a case alternative: Patterns not matched: _ :: Char