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

T11822.hs:33:1: warning: [-Wincomplete-patterns (in -Wextra)]
    Pattern match(es) are non-exhaustive
    In an equation for ‘mkTreeNode’:
        Patterns of type ‘prefix’, ‘Seq SiblingDependencies’, ‘Set prefix’,
                         ‘Depth’ not matched:
            _ (Data.Sequence.Internal.Seq Data.Sequence.Internal.EmptyT) _ _
            _ (Data.Sequence.Internal.Seq (Data.Sequence.Internal.Single _)) _
            _
            _
            (Data.Sequence.Internal.Seq (Data.Sequence.Internal.Deep _ _ _ _))
            _ _
            _ (Data.Sequence.Internal.Seq Data.Sequence.Internal.EmptyT) _ _
            ...