summaryrefslogtreecommitdiff
path: root/testsuite/tests/pmcheck/should_compile/EmptyCase008.stderr
blob: 99991937d0cab3f9877a8f0a917322c7b76c78ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19

EmptyCase008.hs:17:7: warning: [-Wincomplete-patterns (in -Wextra)]
    Pattern match(es) are non-exhaustive
    In a case alternative:
        Patterns not matched:
            (Foo3 (MkDA1 _))
            (Foo3 MkDA2)

EmptyCase008.hs:21:7: warning: [-Wincomplete-patterns (in -Wextra)]
    Pattern match(es) are non-exhaustive
    In a case alternative: Patterns not matched: _ :: Foo3 a

EmptyCase008.hs:40:7: warning: [-Wincomplete-patterns (in -Wextra)]
    Pattern match(es) are non-exhaustive
    In a case alternative: Patterns not matched: (Foo4 MkDB1)

EmptyCase008.hs:48:7: warning: [-Wincomplete-patterns (in -Wextra)]
    Pattern match(es) are non-exhaustive
    In a case alternative: Patterns not matched: _ :: Foo4 a b