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

EmptyCase001.hs:9:6: warning: [-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: [-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: [-Wincomplete-patterns (in -Wextra)]
    Pattern match(es) are non-exhaustive
    In a case alternative: Patterns of type  ‘Char’ not matched: _