package incr_dom

  1. Overview
  2. Docs
A library for building dynamic webapps, using Js_of_ocaml

Install

Dune Dependency

Authors

Maintainers

Sources

v0.15.1.tar.gz
sha256=565264542acb08b61c7f1b63c41a69e5f788c7499b096094573b507163ae180d

doc/incr_dom.ui_incr/Ui_incr/Incr/State/index.html

Module Incr.StateSource

Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
include Core.Invariant.S with type t := t
Sourceval invariant : t Base__Invariant_intf.inv
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.