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

EmptyCase001.hs:9:6: warning: [GHC-62161] [-Wincomplete-patterns (in -Wextra)]
    Pattern match(es) are non-exhaustive
    In a \case alternative: Patterns of type ‘Int’ not matched: _

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

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