val mem : [> Irmin__.Import.read ] t -> key -> bool Lwt.tval find : [> Irmin__.Import.read ] t -> key -> value option Lwt.tval close : 'a t -> unit Lwt.tval add : [> Irmin__.Import.write ] t -> value -> key Lwt.tval unsafe_add : [> Irmin__.Import.write ] t -> hash -> value -> key Lwt.tval index : [> Irmin__.Import.read ] t -> hash -> key option Lwt.tval batch :
Irmin__.Import.read t ->
([ `Read | `Write ] t -> 'a Lwt.t) ->
'a Lwt.tmodule Path : sig ... endval merge : [> Irmin__.Import.read_write ] t -> key option Irmin__.Merge.tmodule Hash : sig ... end