Module Ui_incr.State
type t= state_witness Incremental.State.t
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
val t : ttis the shared state for a call toIncremental.Make.
val keep_node_creation_backtrace : t -> boolval set_keep_node_creation_backtrace : t -> bool -> unitval max_height_allowed : t -> intval set_max_height_allowed : t -> int -> unitval num_active_observers : t -> intval max_height_seen : t -> intval num_nodes_became_necessary : t -> intval num_nodes_became_unnecessary : t -> intval num_nodes_changed : t -> intval num_nodes_created : t -> intval num_nodes_invalidated : t -> intval num_nodes_recomputed : t -> intval num_nodes_recomputed_directly_because_one_child : t -> intval num_nodes_recomputed_directly_because_min_height : t -> intval num_stabilizes : t -> intval num_var_sets : t -> int
module Stats : sig ... end with type t = Incremental.State.Stats.t