Module Ocsipersist_lib.Ref
Parameters
module Store : Sigs.STORESignature
val store : Store.store Lwt.t lazy_ttype 'a t = | Ref of 'a Stdlib.ref| Per of 'a Store.t Lwt.t
val ref : ?persistent:string -> 'a -> 'a tval get : 'a t -> 'a Lwt.tval set : 'a t -> 'a -> unit Lwt.t