summaryrefslogtreecommitdiff
path: root/testsuite/tests/pmcheck/should_compile/EmptyCase010.stderr
blob: bfff6c7abe27099f8096c77b997d4be782245056 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42

EmptyCase010.hs:24:7: warning: [-Wincomplete-patterns (in -Wextra)]
    Pattern match(es) are non-exhaustive
    In a case alternative:
        Patterns not matched:
            Baz MkGC1
            Baz (MkGC2 _)

EmptyCase010.hs:28:7: warning: [-Wincomplete-patterns (in -Wextra)]
    Pattern match(es) are non-exhaustive
    In a case alternative: Patterns not matched: Baz MkGC1

EmptyCase010.hs:37:7: warning: [-Wincomplete-patterns (in -Wextra)]
    Pattern match(es) are non-exhaustive
    In a case alternative:
        Patterns not matched:
            Baz MkGD1
            Baz MkGD3

EmptyCase010.hs:41:9: warning: [-Wincomplete-patterns (in -Wextra)]
    Pattern match(es) are non-exhaustive
    In a case alternative: Patterns not matched: Baz MkGD3

EmptyCase010.hs:45:7: warning: [-Wincomplete-patterns (in -Wextra)]
    Pattern match(es) are non-exhaustive
    In a case alternative:
        Patterns not matched:
            Baz MkGD1
            Baz MkGD2
            Baz MkGD3

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

EmptyCase010.hs:69:7: warning: [-Wincomplete-patterns (in -Wextra)]
    Pattern match(es) are non-exhaustive
    In a case alternative: Patterns not matched: Baz MkDC2

EmptyCase010.hs:73:9: warning: [-Wincomplete-patterns (in -Wextra)]
    Pattern match(es) are non-exhaustive
    In a case alternative: Patterns not matched: _ :: Baz f a