dune._stdune
Stdune.Fdecl
Forward declarations
dune._caml
dune._dune_lang
dune._ocaml_config
dune._result
dune._wp
dune.configurator
wp_dune
wp_jbuilder
type 'a t
val create : unit -> 'a t
create () creates a forward declaration.
create ()
val set : 'a t -> 'a -> unit
set t x set's the value that is returned by get t to x. Raise if set was already called
set t x
get t
x
set
val get : 'a t -> 'a
get t returns the x if set comp x was called. Raise if set has not been called yet.
set comp x