Module Incremental__.Var
include module type of sig ... end
type 'a t= 'a Incremental__Types.Var.t={mutable value : 'a;mutable value_set_during_stabilization : 'a Incremental__.Import.Uopt.t;mutable set_at : Incremental__.Stabilization_num.t;watch : 'a Incremental__Types.Node.t;}
include Core_kernel.Invariant.S1 with type 'a t := 'a t
val invariant : 'a Base__.Invariant_intf.inv -> 'a t Base__.Invariant_intf.inv
include Incremental__.Sexp_of.S1 with type 'a t := 'a t
val sexp_of_t : ('a -> Ppx_sexp_conv_lib.Sexp.t) -> 'a t -> Ppx_sexp_conv_lib.Sexp.t
module Packed : sig ... endval latest_value : 'a t -> 'a