diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2021-06-29 07:16:02 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2021-06-29 07:16:02 -0700 |
commit | c0fd923158dd56e4c8c19a7f60c64c39c7c8a1d4 (patch) | |
tree | ba9905767897a4e34d8fae3a33c2b8e03bd4da39 /stdlib | |
parent | 7a9786b4154f939e60bb2923b8b90a81f38e20ad (diff) | |
download | txr-c0fd923158dd56e4c8c19a7f60c64c39c7c8a1d4.tar.gz txr-c0fd923158dd56e4c8c19a7f60c64c39c7c8a1d4.tar.bz2 txr-c0fd923158dd56e4c8c19a7f60c64c39c7c8a1d4.zip |
New function: find-true.
This is like find-if, but returns the value of the predicate
function rather than the item.
* eval.c (eval_init): Register find-true instrinsic.
* lib.c (find_true): New function.
* lib.c (find_true): Declared.
* stdlib/doc-syms.tl: Updated.
* txr.1: Documented.
Diffstat (limited to 'stdlib')
-rw-r--r-- | stdlib/doc-syms.tl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/stdlib/doc-syms.tl b/stdlib/doc-syms.tl index 90d8bd07..13361afc 100644 --- a/stdlib/doc-syms.tl +++ b/stdlib/doc-syms.tl @@ -729,16 +729,17 @@ ("filter-string-tree" "N-00C9EEB0") ("finalize" "N-01230613") ("finally" "D-0079") - ("find" "N-005431FF") + ("find" "N-00C9DFF6") ("find-frame" "N-02B97226") ("find-frames" "N-02B97226") - ("find-if" "N-005431FF") + ("find-if" "N-00C9DFF6") ("find-max" "N-02BB4231") ("find-min" "N-02BB4231") ("find-package" "N-0250826D") ("find-struct-type" "N-01E5EEA7") ("find-symbol" "N-01EA8B50") ("find-symbol-fb" "N-01EA8B50") + ("find-true" "N-00C9DFF6") ("first" "N-02D60463") ("fixnum-max" "N-02A6CE24") ("fixnum-min" "N-02A6CE24") |