Commands.Storetype t = storeval t : t Irmin.Type.ttype write_options =
(bool option * int option) * (bool option * Store.hash list option)val write_options_t : write_options Irmin.Type.tmodule Find :
CMD with type req = t * Store.path and type res = Store.contents optionFind a value in the store
module Remove :
CMD
with type req = write_options * (t * Store.path) * Store.Info.t
and type res = unitRemove a value from the store
module Find_tree :
CMD with type req = t * Store.path and type res = Store.Tree.concrete optionGet a tree from the store
Check for the existence of a value in the store