Module block

Source
Expand description

The Block computation to represent blocks.

Modules§

basic
Defines basic blocks.
generator
The GeneratorBlock computation that allows creating generators.
ops
Additional operations.

Structs§

AndThen
A composition of the Block computations.
Arr
Allows creating the Block computation by a pure function.
BlockBox
The Block computation box.
Cons
Allows constructing a Block computation by the specified function.
Delay
Allows delaying the Block computation by the specified function.
Run
Run the Block computation by the specified input.
Terminate
Defines a termination block.
Trace
Trace the computation.
Transfer
Defines a block that transfers the control flow to another terminating block.

Traits§

Block
The simulation block.
IntoBlock
Allows converting to Block computations.

Functions§

arr_block
Return a new Block computation by the specified pure function.
cons_block
Construct a Block computation.
delay_block
Delay the Block computation.
terminate_block
The termination block.
trace_block
Trace the computation.
transfer_block
Transfer the control flow to another terminating block.