summaryrefslogtreecommitdiff
path: root/testsuite/tests/pmcheck/should_compile/T11822.stderr
blob: 7198efc5882c6571a837dce157f16ced8fa1d175 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

T11822.hs:33:1: warning:
    Pattern match checker ran into -fmax-pmcheck-models=100 limit, so
       Redundant clauses might not be reported at all
       Redundant clauses might be reported as inaccessible
       Patterns reported as unmatched might actually be matched
    Increase the limit or resolve the warnings to suppress this message.

T11822.hs:33:1: warning: [-Wincomplete-patterns (in -Wextra)]
    Pattern match(es) are non-exhaustive
    In an equation for ‘mkTreeNode’:
        Patterns not matched:
            _ (Data.Sequence.Internal.Seq _) _ p where p is not one of {0}
            _ (Data.Sequence.Internal.Seq _) _ p where p is not one of {0}
            _ (Data.Sequence.Internal.Seq _) _ _
            _ (Data.Sequence.Internal.Seq _) _ _
            ...