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 39bce01ad..b6bdf698a 100644
--- a/stdlib/source/library/lux/data/collection/sequence.lux
+++ b/stdlib/source/library/lux/data/collection/sequence.lux
@@ -59,7 +59,7 @@
Level
0)
-(template [<name> <op>]
+(with_template [<name> <op>]
[(def: <name>
(-> Level Level)
(<op> branching_exponent))]
@@ -482,7 +482,7 @@
list.reversed
(list#mix suffix ..empty)))
-(template [<name> <array> <init> <op>]
+(with_template [<name> <array> <init> <op>]
[(def: .public <name>
(All (_ a)
(-> (Predicate a) (Sequence a) Bit))