package incr_dom

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Incr.ObserverSource

Sourceval sexp_of_t : ('a -> Sexplib0.Sexp.t) -> 'a t -> Sexplib0.Sexp.t
include Core.Invariant.S1 with type 'a t := 'a t
Sourceval invariant : ('a -> unit) -> 'a t -> unit
Sourceval observing : 'a t -> 'a incremental
Sourceval use_is_allowed : _ t -> bool
Sourceval value : 'a t -> 'a Core.Or_error.t
Sourceval value_exn : 'a t -> 'a
Sourcemodule Update : sig ... end
Sourceval on_update_exn : 'a t -> f:('a Update.t -> unit) -> unit
Sourceval disallow_future_use : _ t -> unit
OCaml

Innovation. Community. Security.