Module radn::func::instances::stackless

source ·
Expand description

Helper Monads to move deep execution chains off the stack onto the heap. Stackless<A> represents a wrapped value.

For lazy stackful execution see lazy.

Structs