package incremental

  1. Overview
  2. Docs
Library for incremental computations

Install

Dune Dependency

Authors

Maintainers

Sources

v0.17.0.tar.gz
sha256=bcd6da0c70d9f0b0d528b16d8faf800dd92cd45dca817f4b750628921671e8e0

doc/incremental.memoize/Incr_memoize/Make/argument-1-Incr/Observer/Update/index.html

Module Observer.Update

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
OCaml

Innovation. Community. Security.