Next: lists fold traditional, Previous: lists fold examples, Up: lists fold [Index]
Exactly as with the fold-left
and fold-right
functions
defined by R6RS:
Like fold-left
and fold-right
, defined by R6RS, but
implemented as syntaxes. These syntaxes exist only for completeness.
Like fold-left
and fold-right
, defined by R6RS, but
accept lists of different length and stop at the end of the shortest
list. At least one of the list arguments must be finite. The syntaxes
may be a little faster than the functions when multiple circ
arguments are involved.