Module Component.Delayed
Delayed 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 Odoc_xref2.Component.Delayed.t -> 'aval put : (unit -> 'a) -> 'a Odoc_xref2.Component.Delayed.tval put_val : 'a -> 'a Odoc_xref2.Component.Delayed.t