diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2016-12-22 12:44:29 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2016-12-22 12:44:29 -0800 |
commit | 00d7efc3c5eef5687aecb6f2b88cf189bc39059f (patch) | |
tree | fbb4ab55f4ae03393c9984be57061446753a18c2 /txr.1 | |
parent | 79fe49a67466773ec7c622e168d364f4eb904962 (diff) | |
download | txr-00d7efc3c5eef5687aecb6f2b88cf189bc39059f.tar.gz txr-00d7efc3c5eef5687aecb6f2b88cf189bc39059f.tar.bz2 txr-00d7efc3c5eef5687aecb6f2b88cf189bc39059f.zip |
doc: refer to sort function out of List Sorting.
* txr.1: The List Sorting section looks as if it describes all
the support there is for sorting. Add references pointing to
sort under Sequence Manipulation.
Diffstat (limited to 'txr.1')
-rw-r--r-- | txr.1 | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -18131,6 +18131,24 @@ found, or due to the property being present with a value. .SS* List Sorting + +Note: these functions operate on lists. The principal sorting function +in \*(TL is +.codn sort , +described under Sequence Manipulation. + +The +.code merge +function described here provides access to an elementary step +of the algorithm used internally by +.code sort +when operating on lists. + +The +.code multi-sort +operation sorts multiple lists in parallel. It is implemented using +.codn sort . + .coNP Function @ merge .synb .mets (merge < seq1 < seq2 >> [ lessfun <> [ keyfun ]]) |