Sourceval list :
tree ->
?offset:int ->
?length:int ->
key ->
(string * tree) list Lwt.t Sourceval fold :
?depth:Tezos_context_sigs__Context.depth ->
tree ->
key ->
order:[ `Sorted | `Undefined ] ->
init:'a ->
f:(key -> tree -> 'a -> 'a Lwt.t) ->
'a Lwt.t Sourceval config : tree -> Tezos_context_sigs.Config.t Sourceval kind : tree -> Tezos_context_sigs__Context.Kind.t Sourceval hash : tree -> Tezos_base.TzPervasives.Context_hash.t