package ocsipersist-lib

  1. Overview
  2. Docs

Parameters

module Store : Sigs.STORE

Signature

val store : Store.store Lwt.t lazy_t
type 'a t =
  1. | Ref of 'a ref
  2. | Per of 'a Store.t Lwt.t
val ref : ?persistent:string -> 'a -> 'b t
val get : 'a t -> 'b Lwt.t
val set : 'a t -> 'b -> unit Lwt.t
OCaml

Innovation. Community. Security.