val eager : bool Stdlib.refIf eager is true then no delaying is done. Most useful for testing and documentation
val get : 'a t -> 'aval put : (unit -> 'a) -> 'a tval put_val : 'a -> 'a tComponent.DelayedDelayed is a bit like Lazy.t but may in the future offer the chance to peek inside to be able to optimize the calculation
val eager : bool Stdlib.refIf eager is true then no delaying is done. Most useful for testing and documentation
val get : 'a t -> 'aval put : (unit -> 'a) -> 'a tval put_val : 'a -> 'a t