Expand description

The Simulation computation as a function of run.

Modules

Additional operations.

Structs

The function application for the Simulation computation.

Allows constructing the Simulation computation by the specified function.

Allows delaying the Simulation computation by the specified function.

The finally block for the Event computation.

The monadic bind for the Simulation computation.

The functor for the Simulation computation.

Allows creating the Simulation computation from a pure value.

The sequence of computations.

The sequence of computations with ignored result.

It represents the boxed Simulation computation.

A conversion into the Composite computation.

A conversion into the Event computation.

Allows converting to the Process computation.

The zip of two Simulation computations.

Traits

Allows converting to Simulation computations.

The computation of arbitrary function of simulation run.

Functions

Construct a new Simulation computation by the specified function.

Delay the Simulation computation.

Return a new Simulation computation by the specified pure value.

Create a sequence of computations.

Create a sequence of computations, where the result is ignored.