summaryrefslogtreecommitdiff
path: root/testsuite/tests/pmcheck/should_compile/EmptyCase003.stderr
blob: 4c10a09085f820c8d482163889753b92488f81b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12

EmptyCase003.hs:15:6: warning: [-Wincomplete-patterns (in -Wextra)]
    Pattern match(es) are non-exhaustive
    In a case alternative: Patterns not matched: _ :: A a

EmptyCase003.hs:32:6: warning: [-Wincomplete-patterns (in -Wextra)]
    Pattern match(es) are non-exhaustive
    In a case alternative: Patterns not matched: _ :: C a

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