switch-models ( model1 model2 -- model' )


Vocabulary
models.combinators

Inputs
model1a model
model2a model


Outputs
model'a model


Word description
Creates a model that starts with the behavior of model2 and switches to the behavior of model1 on its update

Definition