diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2021-12-04 02:20:06 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2021-12-04 02:20:06 -0800 |
commit | 3b13057d50e58625e72ad9f18a86f4193a838099 (patch) | |
tree | 416f63a94c56c845696ca13cfd85e4c6bb3060ef /stdlib/doc-syms.tl | |
parent | 536216aa9932b9ab5627f7defb6608b67709c547 (diff) | |
download | txr-3b13057d50e58625e72ad9f18a86f4193a838099.tar.gz txr-3b13057d50e58625e72ad9f18a86f4193a838099.tar.bz2 txr-3b13057d50e58625e72ad9f18a86f4193a838099.zip |
tuples*: new function.
* eval.c (eval_init): Register tuples* intrinsic.
* lib.c (tuples_star_func): New static function.
(tuples_star): New function.
* lib.h (tuples_star): Declared.
* tests/012/seq.tl: New test cases.
* txr.1: Documented.
* stdlib/doc-syms.tl: Updated.
Diffstat (limited to 'stdlib/doc-syms.tl')
-rw-r--r-- | stdlib/doc-syms.tl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stdlib/doc-syms.tl b/stdlib/doc-syms.tl index a2f24324..041314fd 100644 --- a/stdlib/doc-syms.tl +++ b/stdlib/doc-syms.tl @@ -2030,6 +2030,7 @@ ("truncate-stream" "N-009F5B3F") ("try" "N-0328371B") ("tuples" "N-00C801EF") + ("tuples*" "N-036D928C") ("txr-case" "N-03813122") ("txr-exe-path" "N-014C116E") ("txr-if" "N-00355D4E") |