fold ( model oldval quot -- model )


Vocabulary
models.combinators

Inputs
modela model
oldvalstarting value
quotapplied to update and previous values


Outputs
modela model


Word description
Similar to reduce but works on models, applying a quotation to the previous and new values at each update

Definition