Module Incremental_kernel__Internal_observer

A module internal to Incremental. Users should see Incremental_intf.

An observer is a root of the incremental DAG -- all descendants of an observer are "necessary", so that stabilization ensures their values are up to date.

include module type of sig ... end
include Core_kernel.Invariant.S1 with type t := a t
type 'a t
include Incremental_kernel__.Sexp_of.S1 with type t := a t
type 'a t
include sig ... end
val sexp_of_t : ('a ‑> Base.Sexp.t) ‑> 'a t ‑> Base.Sexp.t
val same : _ t ‑> _ t ‑> bool
val observing : 'a t ‑> 'a Incremental_kernel__.Node.t
val use_is_allowed : _ t ‑> bool
val value_exn : 'a t ‑> 'a
val on_update_exn : 'a t ‑> 'a Incremental_kernel__.On_update_handler.t ‑> unit
module Packed : sig ... end