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

T19709c.hs:9:7: error: [-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'}
            ...