aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/data/collection/row.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/lux/data/collection/row.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/lux/data/collection/row.lux b/stdlib/source/lux/data/collection/row.lux
index 16ad5b51a..d56da4b79 100644
--- a/stdlib/source/lux/data/collection/row.lux
+++ b/stdlib/source/lux/data/collection/row.lux
@@ -40,7 +40,7 @@
Level
0)
-(do-template [<name> <op>]
+(template [<name> <op>]
[(def: <name>
(-> Level Level)
(<op> branching-exponent))]
@@ -428,7 +428,7 @@
(All [a] (-> (Row a) (Row a)))
(|>> ..to-list list.reverse (list@fold add ..empty)))
-(do-template [<name> <array> <init> <op>]
+(template [<name> <array> <init> <op>]
[(def: #export <name>
(All [a]
(-> (Predicate a) (Row a) Bit))