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

EmptyCase006.hs:18:7: warning: [-Wincomplete-patterns (in -Wextra)]
    Pattern match(es) are non-exhaustive
    In a case alternative: Patterns not matched: Foo1 MkGA1

EmptyCase006.hs:26:7: warning: [-Wincomplete-patterns (in -Wextra)]
    Pattern match(es) are non-exhaustive
    In a case alternative:
        Patterns not matched:
            Foo1 MkGA1
            Foo1 (MkGA2 _)
            Foo1 MkGA3