aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/data/collection/dictionary/ordered.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/library/lux/data/collection/dictionary/ordered.lux')
-rw-r--r--stdlib/source/library/lux/data/collection/dictionary/ordered.lux8
1 files changed, 4 insertions, 4 deletions
diff --git a/stdlib/source/library/lux/data/collection/dictionary/ordered.lux b/stdlib/source/library/lux/data/collection/dictionary/ordered.lux
index e099a841b..3c95f2544 100644
--- a/stdlib/source/library/lux/data/collection/dictionary/ordered.lux
+++ b/stdlib/source/library/lux/data/collection/dictionary/ordered.lux
@@ -552,10 +552,10 @@
(list)
{.#Some node'}
- ($_ list#composite
- (again (the #left node'))
- (list <output>)
- (again (the #right node'))))))]
+ (all list#composite
+ (again (the #left node'))
+ (list <output>)
+ (again (the #right node'))))))]
[entries [k v] [(the #key node') (the #value node')]]
[keys k (the #key node')]