Component.Delayed
val eager : bool ref
type !'a t = {
mutable v : 'a option;
mutable get : (unit -> 'a) option;
}
val get : 'a t -> 'a
val put : (unit -> 'a) -> 'a t
val put_val : 'a -> 'a t