module Make: functor (Z : Arg) -> sig .. end
functor (
Z
:
Arg
) ->
sig
end
type persistent_singleton = Z.t
Z.t
val load : string -> default:Z.t -> Z.t Async_core.Deferred.t
string -> default:Z.t -> Z.t Async_core.Deferred.t
val save : string -> value:Z.t -> unit Async_unix.Import.Deferred.t
string -> value:Z.t -> unit Async_unix.Import.Deferred.t