mnmap-as ( m*seq quot n*exemplar m n -- result*n )
Generalized sequence words

Prev:mnmap ( m*seq quot m n -- result*n )
Next:nproduce ( pred quot n -- seq... )


Vocabulary
sequences.generalizations

Inputs
m*seqm sequences on the datastack
quota quotation with stack effect ( m*element -- result*n )
n*exemplarn sequences on the datastack
man integer
nan integer


Outputs
result*nn sequences on the datastack of the same types as the exemplars


Word description
A generalization of map-as, 2map-as, and 3map-as that can map over any number of sequences in parallel and provide any number of output sequences of distinct types.

Definition