diff options
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: |