package incr_dom

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Incr.StateSource

Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
include Core.Invariant.S with type t := t
Sourceval invariant : t -> unit
Sourceval t : t

t is the shared state for a call to Incremental.Make.

Sourceval keep_node_creation_backtrace : t -> bool
Sourceval set_keep_node_creation_backtrace : t -> bool -> unit
Sourceval max_height_allowed : t -> int
Sourceval set_max_height_allowed : t -> int -> unit
Sourceval num_active_observers : t -> int
Sourceval max_height_seen : t -> int
Sourceval num_nodes_became_necessary : t -> int
Sourceval num_nodes_became_unnecessary : t -> int
Sourceval num_nodes_changed : t -> int
Sourceval num_nodes_created : t -> int
Sourceval num_nodes_invalidated : t -> int
Sourceval num_nodes_recomputed : t -> int
Sourceval num_nodes_recomputed_directly_because_one_child : t -> int
Sourceval num_nodes_recomputed_directly_because_min_height : t -> int
Sourceval num_stabilizes : t -> int
Sourceval num_var_sets : t -> int
Sourcemodule Stats : sig ... end
Sourceval stats : t -> Stats.t
OCaml

Innovation. Community. Security.