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

pmc005.hs:11:1: warning: [-Wincomplete-patterns (in -Wextra)]
    Pattern match(es) are non-exhaustive
    In an equation for ‘foo’:
        Patterns of type  ‘T c’, ‘T c’ not matched: TBool TBool

pmc005.hs:12:1: warning: [-Woverlapping-patterns (in -Wdefault)]
    Pattern match has inaccessible right hand side
    In an equation for ‘foo’: foo _ TList = ...