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

T15450.hs:6:7: warning: [-Wincomplete-patterns (in -Wextra)]
    Pattern match(es) are non-exhaustive
    In a case alternative:
        Patterns of type  ‘Bool’ not matched:
            False
            True

T15450.hs:9:7: warning: [-Wincomplete-patterns (in -Wextra)]
    Pattern match(es) are non-exhaustive
    In a case alternative: Patterns of type  ‘Bool’ not matched: False