diff options
author | Eduardo Julian | 2021-09-14 02:01:49 -0400 |
---|---|---|
committer | Eduardo Julian | 2021-09-14 02:01:49 -0400 |
commit | 1c93f003f73116202b1f964b0d1b6d3f07b69fb0 (patch) | |
tree | 925f64cd59ab2ce48bccf6dd4df1142296d2094a /stdlib/source/documentation | |
parent | bca1a9cdcf837e184378d5e6339a969e40d1dbab (diff) |
No more "^slots".
Diffstat (limited to 'stdlib/source/documentation')
-rw-r--r-- | stdlib/source/documentation/lux.lux | 6 |
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 |