diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2012-01-12 17:35:42 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2012-01-12 17:35:42 -0800 |
commit | 246b8fd4e0eb32ffe291e53d694cc7572a7c40bf (patch) | |
tree | 2ffd2eee706c16981b808e76ed7139bdd86c54b8 /txr.1 | |
parent | 684f80f6f119a3234aeefd1ceaa7120b6b995b1e (diff) | |
download | txr-246b8fd4e0eb32ffe291e53d694cc7572a7c40bf.tar.gz txr-246b8fd4e0eb32ffe291e53d694cc7572a7c40bf.tar.bz2 txr-246b8fd4e0eb32ffe291e53d694cc7572a7c40bf.zip |
Clarification.
Diffstat (limited to 'txr.1')
-rw-r--r-- | txr.1 | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -5361,7 +5361,9 @@ The append* function works like append, but returns a lazy list which produces the catenation of the lists on demand. If some of the arguments are themselves lazy lists which are infinite, then append* can return immediately, whereas append will get caught in an infinite loop trying to produce a -catenation and eventually exhaust available memory. +catenation and eventually exhaust available memory. (However, the last +argument to append may be an infinite lazy list, because append does not +traverse the last argument.) .TP Examples: |