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.14.0.tar.gz
sha256=57b0ca69e0ce3c38dadec5df8b0bfb9ec777192412f6259a04002a47e529ca05
md5=f7c6d58180d131d3546266252c11a64f

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

Module Incr.Update

type 'a t = 'a Incremental.Update.t =
  1. | Necessary of 'a
  2. | Changed of 'a * 'a
  3. | Invalidated
  4. | Unnecessary
val compare : ('a -> 'a -> int) -> 'a t -> 'a t -> int
val sexp_of_t : ('a -> Ppx_sexp_conv_lib.Sexp.t) -> 'a t -> Ppx_sexp_conv_lib.Sexp.t
OCaml

Innovation. Community. Security.