summaryrefslogtreecommitdiff
path: root/testsuite/tests/pmcheck/complete_sigs/T14059b.stderr
blob: 8c8569c6380cc9aec9c3319990c2cc6e21687bfa (plain)
1
2
3
4
5
6
7
8
9
10

T14059b.hs:23:1: warning: [-Wincomplete-patterns (in -Wextra)]
    Pattern match(es) are non-exhaustive
    In an equation for ‘wibble’:
        Patterns not matched: p where p is not one of {STrue}

T14059b.hs:26:1: warning: [-Wincomplete-patterns (in -Wextra)]
    Pattern match(es) are non-exhaustive
    In an equation for ‘wobble’:
        Patterns not matched: p where p is not one of {STooGoodToBeTrue}