package incr_dom

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

Install

Dune Dependency

Authors

Maintainers

Sources

v0.17.0.tar.gz
sha256=a3a9ef135edd2039b5e771dfd9461ff2bbae55e2611af0e81c9577898314a76f

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

Module Incr.UpdateSource

Sourcetype 'a t = 'a Incremental.Update.t =
  1. | Necessary of 'a
  2. | Changed of 'a * 'a
  3. | Invalidated
  4. | Unnecessary
include Ppx_compare_lib.Comparable.S1 with type 'a t := 'a t
Sourceval compare : ('a -> 'a -> int) -> 'a t -> 'a t -> int
Sourceval sexp_of_t : ('a -> Sexplib0.Sexp.t) -> 'a t -> Sexplib0.Sexp.t
OCaml

Innovation. Community. Security.