summaryrefslogtreecommitdiff
path: root/testsuite/tests/pmcheck/should_compile/T11822.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/pmcheck/should_compile/T11822.stderr')
-rw-r--r--testsuite/tests/pmcheck/should_compile/T11822.stderr16
1 files changed, 12 insertions, 4 deletions
diff --git a/testsuite/tests/pmcheck/should_compile/T11822.stderr b/testsuite/tests/pmcheck/should_compile/T11822.stderr
index 4cefed97cb..66d365baaa 100644
--- a/testsuite/tests/pmcheck/should_compile/T11822.stderr
+++ b/testsuite/tests/pmcheck/should_compile/T11822.stderr
@@ -10,8 +10,16 @@ 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 _) _ _
+ _ (Data.Sequence.Internal.Seq Data.Sequence.Internal.EmptyT)
+ (Data.Set.Internal.Bin _ _ _ _) p
+ where p is not one of {0}
+ _ (Data.Sequence.Internal.Seq Data.Sequence.Internal.EmptyT)
+ Data.Set.Internal.Tip p
+ where p is not one of {0}
+ _ (Data.Sequence.Internal.Seq (Data.Sequence.Internal.Single _))
+ (Data.Set.Internal.Bin _ _ _ _) p
+ where p is not one of {0}
+ _ (Data.Sequence.Internal.Seq (Data.Sequence.Internal.Single _))
+ Data.Set.Internal.Tip p
+ where p is not one of {0}
...