Functor Persistent_singleton.Make

module Make: 
functor (Z : Arg) -> sig .. end
Parameters:
Z : Arg

type persistent_singleton = Z.t 
val load : string -> default:Z.t -> Z.t Async_core.Deferred.t
val save : string -> value:Z.t -> unit Async_unix.Import.Deferred.t