return to top
source
Execution extends MTr by providing the intermediate states of a multistep transition.
Execution
MTr
Every execution has at least one intermediate state.
Every state has an execution of zero steps terminating in itself.
Equivalent of MTr.stepL for executions.
MTr.stepL
Deconstruction of executions with List.cons.
List.cons
A multistep transition implies the existence of an execution.
Converts an execution into a multistep transition.
Correspondence of multistep transitions and executions.
The composition of two executions is an execution.
An execution can be split at any intermediate state into two executions.
A multistep transition over a concatenation can be split into two multistep transitions.