package incremental

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

Module Make_with_config.VarSource

Sourcetype 'a t = ('a, state_witness) Var.t
Sourceval sexp_of_t : ('a -> Sexplib0.Sexp.t) -> 'a t -> Sexplib0.Sexp.t
Sourceval create : ?use_current_scope:bool -> 'a -> 'a t
Sourceval set : 'a t -> 'a -> unit
Sourceval watch : 'a t -> 'a incremental
Sourceval value : 'a t -> 'a
Sourceval latest_value : 'a t -> 'a
Sourceval replace : 'a t -> f:('a -> 'a) -> unit
OCaml

Innovation. Community. Security.