aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/documentation/lux.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/documentation/lux.lux')
-rw-r--r--stdlib/source/documentation/lux.lux6
1 files changed, 0 insertions, 6 deletions
diff --git a/stdlib/source/documentation/lux.lux b/stdlib/source/documentation/lux.lux
index 82029959f..3bb2eed7d 100644
--- a/stdlib/source/documentation/lux.lux
+++ b/stdlib/source/documentation/lux.lux
@@ -695,11 +695,6 @@
(my_loop (++ count) (f x))
x))])
-(documentation: /.^slots
- "Allows you to extract record members as local variables with the same names."
- [(let [(^slots [#foo #bar #baz]) quux]
- (f foo bar baz))])
-
(documentation: /.with_expansions
(format "Controlled macro-expansion."
\n "Bind an arbitraty number of Code nodes resulting from macro-expansion to local bindings."
@@ -1001,7 +996,6 @@
..++
..--
..loop
- ..^slots
..with_expansions
..static
..^multi