summaryrefslogtreecommitdiff
path: root/testsuite/tests/pmcheck/should_compile/EmptyCase005.stderr
blob: 97514f67be859c2797a06447a6e82a97a4511dc3 (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

EmptyCase005.hs:24:8: warning: [-Wincomplete-patterns (in -Wextra)]
    Pattern match(es) are non-exhaustive
    In a case alternative:
        Patterns of type  ‘Void3’ not matched: Void3 _

EmptyCase005.hs:67:8: warning: [-Wincomplete-patterns (in -Wextra)]
    Pattern match(es) are non-exhaustive
    In a case alternative:
        Patterns of type  ‘T ()’ not matched:
            T1
            T2

EmptyCase005.hs:73:8: warning: [-Wincomplete-patterns (in -Wextra)]
    Pattern match(es) are non-exhaustive
    In a case alternative:
        Patterns of type  ‘T Bool’ not matched:
            MkTBool False
            MkTBool True

EmptyCase005.hs:79:8: warning: [-Wincomplete-patterns (in -Wextra)]
    Pattern match(es) are non-exhaustive
    In a case alternative:
        Patterns of type  ‘T Int’ not matched: MkTInt _

EmptyCase005.hs:91:8: warning: [-Wincomplete-patterns (in -Wextra)]
    Pattern match(es) are non-exhaustive
    In a case alternative:
        Patterns of type  ‘G Int’ not matched:
            MkV False
            MkV True

EmptyCase005.hs:101:8: warning: [-Wincomplete-patterns (in -Wextra)]
    Pattern match(es) are non-exhaustive
    In a case alternative: Patterns of type  ‘H Int’ not matched: _