type merkle_leaf_kind =
Tezos_context_sigs__Context.Proof_types.merkle_leaf_kind =
| Hole| Raw_context
type merkle_hash_kind =
Tezos_context_sigs__Context.Proof_types.merkle_hash_kind =
| Contents| Node
type hash = Tezos_base.TzPervasives.Context_hash.ttype !'a inode = 'a Tezos_context_sigs__Context.Proof_types.inode = {length : int;proofs : (index * 'a) list;
}type !'a inode_extender =
'a Tezos_context_sigs__Context.Proof_types.inode_extender =
{length : int;segment : index list;proof : 'a;
}type kinded_hash = [ | `Node of hash| `Value of hash
]module Stream : sig ... endtype !'a t = 'a Tezos_context_sigs__Context.Proof_types.t = {version : int;before : kinded_hash;after : kinded_hash;state : 'a;
}module Internal_for_tests : sig ... endval proof_hash_eq : 'a t -> 'b t -> bool