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.lux24
1 files changed, 12 insertions, 12 deletions
diff --git a/stdlib/source/documentation/lux/control/concatenative.lux b/stdlib/source/documentation/lux/control/concatenative.lux
index 93dd86efa..d56a9f513 100644
--- a/stdlib/source/documentation/lux/control/concatenative.lux
+++ b/stdlib/source/documentation/lux/control/concatenative.lux
@@ -44,7 +44,7 @@
(=> [Nat] [Nat])
dup
- (apply/2 n.*))])
+ (apply_2 n.*))])
(documentation: /.apply
"A generator for functions that turn arity N functions into arity N concatenative functions."
@@ -52,7 +52,7 @@
((apply 1) ++))])
(template [<arity>]
- [(with_expansions [<name> (template.symbol [/._] ["apply/" <arity>])
+ [(with_expansions [<name> (template.symbol [/._] ["apply_" <arity>])
<doc> (template.text ["Lift a function of arity " <arity>
" into a concatenative function of arity " <arity> "."])]
(documentation: <name>
@@ -158,7 +158,7 @@
(documentation: /.dip
"Executes a block on the stack, save for the topmost value.")
-(documentation: /.dip/2
+(documentation: /.dip_2
"Executes a block on the stack, save for the 2 topmost values.")
(documentation: /.do
@@ -211,14 +211,14 @@
..||>
..word:
..apply
- ..apply/1
- ..apply/2
- ..apply/3
- ..apply/4
- ..apply/5
- ..apply/6
- ..apply/7
- ..apply/8
+ ..apply_1
+ ..apply_2
+ ..apply_3
+ ..apply_4
+ ..apply_5
+ ..apply_6
+ ..apply_7
+ ..apply_8
..push
..drop
..nip
@@ -233,7 +233,7 @@
..call
..loop
..dip
- ..dip/2
+ ..dip_2
..do
..while
..compose