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

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

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