summaryrefslogtreecommitdiff
path: root/testsuite/tests/pmcheck/complete_sigs/completesig06.stderr
blob: 8659a3b0aab52215f6e4664242006f048d5c9d66 (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

completesig06.hs:13:1: warning: [-Wincomplete-patterns (in -Wextra)]
    Pattern match(es) are non-exhaustive
    In an equation for ‘m1’: Patterns not matched: B

completesig06.hs:16:1: warning: [-Wincomplete-patterns (in -Wextra)]
    Pattern match(es) are non-exhaustive
    In an equation for ‘m2’: Patterns not matched: A

completesig06.hs:20:1: warning: [-Wincomplete-patterns (in -Wextra)]
    Pattern match(es) are non-exhaustive
    In an equation for ‘m3’:
        Patterns not matched:
            A
            B

completesig06.hs:23:1: warning: [-Wincomplete-patterns (in -Wextra)]
    Pattern match(es) are non-exhaustive
    In an equation for ‘m4’:
        Patterns not matched:
            A D
            B D

completesig06.hs:29:1: warning: [-Wincomplete-patterns (in -Wextra)]
    Pattern match(es) are non-exhaustive
    In an equation for ‘m5’:
        Patterns not matched:
            A D
            B D