diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2021-12-22 07:21:26 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2021-12-22 07:21:26 -0800 |
commit | e2ff7c1811deb19d0dab2142b99cfcb4b30e62df (patch) | |
tree | 25dcd25d5a48f60fc8c372865329027248268422 /stdlib/doc-syms.tl | |
parent | 638293d5281db1276a3b64f2eb969ad99c0ee9f3 (diff) | |
download | txr-e2ff7c1811deb19d0dab2142b99cfcb4b30e62df.tar.gz txr-e2ff7c1811deb19d0dab2142b99cfcb4b30e62df.tar.bz2 txr-e2ff7c1811deb19d0dab2142b99cfcb4b30e62df.zip |
The pairlis function comes to TXR Lisp.
* eval.c (eval_init): Register pairlis intrinsic.
* lib.c, lib.h (pairlis): New function.
* 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 6be397ea..63894b85 100644 --- a/stdlib/doc-syms.tl +++ b/stdlib/doc-syms.tl @@ -1399,6 +1399,7 @@ ("package-symbols" "N-03AF0206") ("packagep" "N-007A478F") ("pad" "N-0247F5FA") + ("pairlis" "N-02EA9B54") ("parenb" "N-01B1B5DF") ("parmrk" "N-02391683") ("parodd" "N-01B1B5DF") |