Module Tezos_protocol_environment_010_PtGRANAD.Context
module type VIEW = sig ... end
module type TREE = sig ... end
val list : t -> ?offset:int -> ?length:int -> key -> (string * tree) list Lwt.t
val fold :
?depth:[ `Eq of int | `Ge of int | `Gt of int | `Le of int | `Lt of int ] ->
t ->
key ->
init:'a ->
f:(key -> tree -> 'a -> 'a Lwt.t) ->
'a Lwt.t
module Tree : sig ... end
val complete : t -> string -> string list Lwt.t