aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/data/collection/sequence.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/library/lux/data/collection/sequence.lux')
-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 f786a9276..20748c069 100644
--- a/stdlib/source/library/lux/data/collection/sequence.lux
+++ b/stdlib/source/library/lux/data/collection/sequence.lux
@@ -452,7 +452,7 @@
(implementation: .public apply
(Apply Sequence)
- (def: &functor ..functor)
+ (def: functor ..functor)
(def: (on fa ff)
(let [(open "[0]") ..functor
@@ -465,7 +465,7 @@
(implementation: .public monad
(Monad Sequence)
- (def: &functor ..functor)
+ (def: functor ..functor)
(def: in
(|>> sequence))