Make_helpers.Graphtype 'a t = 'a B.Node.ttype metadata = B.Node.Metadata.tval metadata_t : metadata Irmin.Type.ttype contents_key = B.Node.Contents.keyval contents_key_t : contents_key Irmin.Type.ttype node_key = B.Node.keyval node_key_t : node_key Irmin.Type.ttype step = B.Node.Path.stepval step_t : step Irmin.Type.ttype path = B.Node.Path.tval path_t : path Irmin.Type.tval value_t : value Irmin.Type.tval empty : [> Irmin.Perms.write ] t -> node_key Lwt.tval v : [> Irmin.Perms.write ] t -> (step * value) list -> node_key Lwt.tval list : [> Irmin.Perms.read ] t -> node_key -> (step * value) list Lwt.tval find : [> Irmin.Perms.read ] t -> node_key -> path -> value option Lwt.tval remove :
[> Irmin.Perms.read_write ] t ->
node_key ->
path ->
node_key Lwt.tval closure :
[> Irmin.Perms.read ] t ->
min:node_key list ->
max:node_key list ->
node_key list Lwt.tval iter :
[> Irmin.Perms.read ] t ->
min:node_key list ->
max:node_key list ->
?node:(node_key -> unit Lwt.t) ->
?contents:(contents_key -> unit Lwt.t) ->
?edge:(node_key -> node_key -> unit Lwt.t) ->
?skip_node:(node_key -> bool Lwt.t) ->
?skip_contents:(contents_key -> bool Lwt.t) ->
?rev:bool ->
unit ->
unit Lwt.t