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

pmc007.hs:7:1: warning: [-Wincomplete-patterns (in -Wextra)]
    Pattern match(es) are non-exhaustive
    In an equation for ā€˜fā€™:
        Patterns not matched: p where p is not one of {"ac", "ab"}

pmc007.hs:12:1: warning: [-Wincomplete-patterns (in -Wextra)]
    Pattern match(es) are non-exhaustive
    In an equation for ā€˜gā€™:
        Patterns not matched:
            []
            (p:_) where p is not one of {'a'}
            ['a']
            ('a':p:_) where p is not one of {'c', 'b'}
            ...

pmc007.hs:18:11: warning: [-Wincomplete-patterns (in -Wextra)]
    Pattern match(es) are non-exhaustive
    In a case alternative:
        Patterns not matched:
            []
            (p:_) where p is not one of {'a'}
            ['a']
            ('a':p:_) where p is not one of {'c', 'b'}
            ...