Expand description
Helper Monads to defer execution until necessary. Wrapped value is just a box pointing to the constructor function.
Due to semantical laziness,
LazyInstance::replace and LazyInstance::discard_first/LazyInstance::discard_second
actually fully cancel the “unnecessary” computation.
For stackless execution see stackless.