summaryrefslogtreecommitdiff
path: root/testsuite/tests/pmcheck/should_compile/T17729.stderr
blob: edc7900388f8ed93ed25cbf2c15508a75f7c0b60 (plain)
1
2
3
4
5

T17729.hs:5:17: warning: [-Wincomplete-patterns (in -Wextra)]
    Pattern match(es) are non-exhaustive
    In a case alternative:
        Patterns of type  ‘(Maybe a, ())’ not matched: ((Just _), ())