map-prior-from-as ( ... i seq quot: ( ... prior elt -- elt' ) exemplar -- seq' )


Vocabulary
sequences.extras

Inputs
ian object
seqan object
quota quotation with stack effect ( ... prior elt -- elt' )
exemplaran object


Outputs
seq'an object


Definition


: map-prior-from-as
( ... i seq quot: ( ... prior elt -- elt' ) exemplar -- seq' )
[ prev-identity ] 2dip map-prior-identity-from-as ; inline