compose-all ( seq -- quot )


Vocabulary
quotations

Inputs
seqa sequence


Outputs
quota quotation


Word description
Returns a quotation made from compose called on each element of the sequence.

Definition