aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/documentation/lux/control/concatenative.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/documentation/lux/control/concatenative.lux')
-rw-r--r--stdlib/source/documentation/lux/control/concatenative.lux8
1 files changed, 4 insertions, 4 deletions
diff --git a/stdlib/source/documentation/lux/control/concatenative.lux b/stdlib/source/documentation/lux/control/concatenative.lux
index 2f553ce34..d300fd7fd 100644
--- a/stdlib/source/documentation/lux/control/concatenative.lux
+++ b/stdlib/source/documentation/lux/control/concatenative.lux
@@ -41,7 +41,7 @@
[(is (=> [Nat] [Nat])
((apply 1) ++))])
- (~~ (with_template [<arity>]
+ (,, (with_template [<arity>]
[(with_expansions [<name> (template.symbol [/._] ["apply_" <arity>])
<doc> (template.text ["Lift a function of arity " <arity>
" into a concatenative function of arity " <arity> "."])]
@@ -82,9 +82,9 @@
($.documentation /.right
"Right-injects the top into sum.")
- (~~ (with_template [<input> <word> <func>]
- [(`` ($.documentation (~~ (template.symbol [/._] [<word>]))
- (~~ (template.text [<func> " for " <input> " arithmetic."]))))]
+ (,, (with_template [<input> <word> <func>]
+ [(`` ($.documentation (,, (template.symbol [/._] [<word>]))
+ (,, (template.text [<func> " for " <input> " arithmetic."]))))]
[Nat n/+ n.+]
[Nat n/- n.-]