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

T17836b.hs:11:1: warning: [-Wincomplete-patterns (in -Wextra)]
    Pattern match(es) are non-exhaustive
    In an equation for ‘massive’:
        Patterns of type  ‘T recty’ not matched:
            T _
            P (T _)
            P (P (T _))
            P (P (P (T _)))
            ...