summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/T19709c.stderr
blob: fae9231c2443e8ad009ddfa80528cc236a68521f (plain)
1
2
3
4
5
6
7
8
9
10

T19709c.hs:9:7: error: [GHC-62161] [-Wincomplete-patterns (in -Wextra), Werror=incomplete-patterns]
    Pattern match(es) are non-exhaustive
    In a case alternative:
        Patterns of type ‘String’ not matched:
            []
            (p:_) where p is not one of {'h'}
            ['h']
            ('h':p:_) where p is not one of {'e'}
            ...