aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/data/collection/sequence.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/library/lux/data/collection/sequence.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/library/lux/data/collection/sequence.lux b/stdlib/source/library/lux/data/collection/sequence.lux
index 10bbfa9d0..3fe88a087 100644
--- a/stdlib/source/library/lux/data/collection/sequence.lux
+++ b/stdlib/source/library/lux/data/collection/sequence.lux
@@ -130,7 +130,7 @@
(def: &functor ..functor)
- (def: unwrap head)
+ (def: out head)
(def: (split wa)
(let [[head tail] (//.run wa)]
@@ -149,4 +149,4 @@
(` ((~! //.run) (~ g!sequence)))))
patterns)))]
(~ body)))]
- (wrap (list& g!sequence body+ branches)))))
+ (in (list& g!sequence body+ branches)))))