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


Vocabulary
sequences.extras

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


Outputs
seq'an object


Definition


: map-prior-from
( ... i seq quot: ( ... prior elt -- elt' ) -- seq' )
over map-prior-from-as ; inline