diff options
Diffstat (limited to 'txr.1')
-rw-r--r-- | txr.1 | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -38119,9 +38119,10 @@ and .code hash-diff should be used instead. -.coNP Functions @, mapcar @, mappend @ mapcar* and @ mappend* +.coNP Functions @, mapcar @, map @, mappend @ mapcar* and @ mappend* .synb .mets (mapcar < function << iterable *) +.mets (map < function << iterable *) .mets (mappend < function << iterable *) .mets (mapcar* < function << iterable *) .mets (mappend* < function << iterable *) @@ -38161,6 +38162,12 @@ returned. The returned sequence is of the same kind as the leftmost input sequence, unless the accumulated values cannot be elements of that type of sequence, in which case a list is returned. +The functions +.code mapcar +and +.code map +are synonyms. + The .code mappend function works like |