diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2022-03-02 21:10:36 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2022-03-02 21:10:36 -0800 |
commit | 782873797401693035c47040f43bdb82630c45fa (patch) | |
tree | 897c38804bfd84519f228fa4a8258f8c4b9d0f51 /stdlib/doc-syms.tl | |
parent | 9175dc378d5b2a6da0810d17407c3decfa91206a (diff) | |
download | txr-782873797401693035c47040f43bdb82630c45fa.tar.gz txr-782873797401693035c47040f43bdb82630c45fa.tar.bz2 txr-782873797401693035c47040f43bdb82630c45fa.zip |
New function: group-map.
* hash.c (group_map): New function.
(hash_init): group-map intrinsic registered.
* hash.h (group_map): Declared.
* tests/010/hash.tl: New test case.
* txr.1: Documented together with group-by.
Extra paren removed from group-by example.
Diffstat (limited to 'stdlib/doc-syms.tl')
-rw-r--r-- | stdlib/doc-syms.tl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/stdlib/doc-syms.tl b/stdlib/doc-syms.tl index 95092836..34e139b6 100644 --- a/stdlib/doc-syms.tl +++ b/stdlib/doc-syms.tl @@ -914,7 +914,8 @@ ("grade" "N-00091853") ("greater" "N-02AC1F73") ("group" "N-03DE71BA") - ("group-by" "N-02F6F229") + ("group-by" "N-02229668") + ("group-map" "N-02229668") ("group-reduce" "N-001A208F") ("gun" "N-0323BEBD") ("handle" "N-03F7D8B5") |