map-with-previous ( ... seq quot: ( ... elt prev/f -- ... newelt ) -- ... newseq )


Vocabulary
sequences.extras

Inputs
seqa sequence
quota quotation


Outputs
newseqa sequence


Definition


: map-with-previous
( ... seq quot: ( ... elt prev/f -- ... newelt ) -- ... newseq )
over map-with-previous-as ; inline