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 Info : sig ... endmodule Hash : sig ... endmodule Node : sig ... endval merge :
[> Irmin__.Import.read_write ] t ->
info:Info.f ->
key option Irmin__.Merge.t