package incr_dom

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

Install

Dune Dependency

Authors

Maintainers

Sources

incr_dom-v0.16.0.tar.gz
sha256=199e5d3ab8299832e3c2c3a08db86a0e5859420e88a867f4da331b91d2078c1b

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.