aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/data/collection/tree/zipper.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/library/lux/data/collection/tree/zipper.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/library/lux/data/collection/tree/zipper.lux b/stdlib/source/library/lux/data/collection/tree/zipper.lux
index 313a61909..60c11d032 100644
--- a/stdlib/source/library/lux/data/collection/tree/zipper.lux
+++ b/stdlib/source/library/lux/data/collection/tree/zipper.lux
@@ -108,12 +108,12 @@
(Tree (:parameter 0)))
(with@ #//.children (list\composite (list.reversed lefts)
{#.Item (value@ #node zipper)
- rights})))
+ rights})))
parent)]
(with@ [#node #//.children]
(list\composite (list.reversed lefts)
{#.Item (value@ #node zipper)
- rights})
+ rights})
parent))))))
(template [<one> <all> <side> <op_side>]