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

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

EmptyCase007.hs:25:7: warning: [-Wincomplete-patterns (in -Wextra)]
    Pattern match(es) are non-exhaustive
    In a case alternative: Patterns not matched: _ :: Foo2 (a, a)

EmptyCase007.hs:33:7: warning: [-Wincomplete-patterns (in -Wextra)]
    Pattern match(es) are non-exhaustive
    In a case alternative: Patterns not matched: (Foo2 (_, _))

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

EmptyCase007.hs:44:17: warning: [-Wincomplete-patterns (in -Wextra)]
    Pattern match(es) are non-exhaustive
    In a case alternative: Patterns not matched: _ :: Char

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