Module Stdune__.Fdecl
val create : unit -> 'a tcreate ()creates a forward declaration.
val set : 'a t -> 'a -> unitset t xset's the value that is returned byget ttox. Raise ifsetwas already called
val get : 'a t -> 'aget treturns thexifset comp xwas called. Raise ifsethas not been called yet.