package incr_dom

  1. Overview
  2. Docs
type 'a t = 'a Incremental.Observer.Update.t =
  1. | Initialized of 'a
  2. | Changed of 'a * 'a
  3. | Invalidated
include Ppx_compare_lib.Comparable.S1 with type 'a t := 'a t
val compare : ('a -> 'a -> int) -> 'a t -> 'a t -> int
val sexp_of_t : ('a -> Sexplib0.Sexp.t) -> 'a t -> Sexplib0.Sexp.t