7.7
33 for*/list*
(require phc-toolkit/untyped/for-star-list-star) | |
package: phc-toolkit |
This form allows iteration over sequences, collecting
nested lists as the final result. Each sequences
group of [id seq-expr] starts a new level of
nesting. When the * is present at the beginning of
a group, its bindings are evaluated in sequence (like
let* and for*/list), otherwise they are
evaluated in parallel (like let and
for/list).
This form is equivalent to: