summaryrefslogtreecommitdiffstats
path: root/stdlib/doc-syms.tl
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2023-06-07 07:04:17 -0700
committerKaz Kylheku <kaz@kylheku.com>2023-06-07 07:04:17 -0700
commit1b1e8f1da2d99a6c49c3949857c8bee8ef354d18 (patch)
treeef3be11d27c97bb7df6c3b170fffcfa3f90449f0 /stdlib/doc-syms.tl
parent4508e338c224bae1b6c5c4492c1f26f8720467cc (diff)
downloadtxr-1b1e8f1da2d99a6c49c3949857c8bee8ef354d18.tar.gz
txr-1b1e8f1da2d99a6c49c3949857c8bee8ef354d18.tar.bz2
txr-1b1e8f1da2d99a6c49c3949857c8bee8ef354d18.zip
New functions keep-keys-if, separate-keys.
* lib.[ch] (keep_keys_if, separate_keys): New functions. * eval.c (eval_init): keep-keys-if, separate-keys intrinsics registered. * txr.1: Documented. * stdlib/doc-syms.tl: Updated.
Diffstat (limited to 'stdlib/doc-syms.tl')
-rw-r--r--stdlib/doc-syms.tl2
1 files changed, 2 insertions, 0 deletions
diff --git a/stdlib/doc-syms.tl b/stdlib/doc-syms.tl
index 94896888..89731a67 100644
--- a/stdlib/doc-syms.tl
+++ b/stdlib/doc-syms.tl
@@ -1079,6 +1079,7 @@
("juxt" "N-0106CD7F")
("keep-if" "N-0159C541")
("keep-if*" "N-0159C541")
+ ("keep-keys-if" "N-03D17450")
("keep-match-products" "N-01A846D2")
("keep-matches" "N-01A846D2")
("keepq" "N-00583609")
@@ -1715,6 +1716,7 @@
("select" "N-031D7F72")
("self-path" "N-03561A65")
("separate" "N-0159C541")
+ ("separate-keys" "N-03D17450")
("seq-begin" "N-0068A845")
("seq-next" "N-02E3D643")
("seq-reset" "N-01CA6912")