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/Store/index.html

Module Incr_memoize.StoreSource

Sourcetype ('k, 'v) t
Sourceval create : 'k Store_params.t -> ('k, 'v) t
Sourceval find : ('k, 'v) t -> 'k -> 'v option
Sourceval add : ('k, 'v) t -> key:'k -> value:'v -> unit
OCaml

Innovation. Community. Security.