aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/data/coll/ordered/dict.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/lux/data/coll/ordered/dict.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/lux/data/coll/ordered/dict.lux b/stdlib/source/lux/data/coll/ordered/dict.lux
index e51e23b70..677a24190 100644
--- a/stdlib/source/lux/data/coll/ordered/dict.lux
+++ b/stdlib/source/lux/data/coll/ordered/dict.lux
@@ -534,7 +534,7 @@
(list)
(#;Some node')
- ($_ L/append
+ ($_ L/compose
(recur (get@ #left node'))
(list <output>)
(recur (get@ #right node'))))))]