Irmin_pack_unix.Atomic_write
include module type of Irmin_pack.Atomic_write
module type S = Irmin_pack.Atomic_write.S
module type Persistent = Irmin_pack.Atomic_write.Persistent
module Value = Irmin_pack.Atomic_write.Value
module Closeable = Irmin_pack.Atomic_write.Closeable
module Make_persistent
(Io : Io.S)
(K : Irmin.Type.S)
(V : Value.S) :
Persistent with type key = K.t and type value = V.t