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

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 _) _ p where p is not one of {0}
            _ (Data.Sequence.Internal.Seq _) _ p where p is not one of {0}
            ...