aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/data/coll/tree/rose.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/lux/data/coll/tree/rose.lux')
-rw-r--r--stdlib/source/lux/data/coll/tree/rose.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/lux/data/coll/tree/rose.lux b/stdlib/source/lux/data/coll/tree/rose.lux
index 077f68191..76f4f1894 100644
--- a/stdlib/source/lux/data/coll/tree/rose.lux
+++ b/stdlib/source/lux/data/coll/tree/rose.lux
@@ -51,7 +51,7 @@
40 {}}]))}
(wrap (list (` (~ (loop [[value children] root]
(` {#value (~ value)
- #children (list (~@ (L/map recur children)))})))))))
+ #children (list (~+ (L/map recur children)))})))))))
## [Structs]
(struct: #export (Eq<Tree> Eq<a>) (All [a] (-> (Eq a) (Eq (Tree a))))