From 3b13057d50e58625e72ad9f18a86f4193a838099 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Sat, 4 Dec 2021 02:20:06 -0800 Subject: 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. --- stdlib/doc-syms.tl | 1 + 1 file changed, 1 insertion(+) (limited to 'stdlib/doc-syms.tl') 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") -- cgit v1.2.3