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. - Block
Box - 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§
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.