Val.ConcreteThe type for pointer kinds.
val kinded_key_t : kinded_key Brassaia.Type.tThe type of entries.
val entry_t : entry Brassaia.Type.tThe type for internal pointers between concrete trees.
val pointer_t : 'a Brassaia.Type.t -> 'a pointer Brassaia.Type.tThe type for trees.
val tree_t : 'a Brassaia.Type.t -> 'a tree Brassaia.Type.tval t : t Brassaia.Type.ttype error = [ | `Invalid_hash of hash * hash * t| `Invalid_depth of int * int * t| `Invalid_length of len * int * t| `Duplicated_entries of t| `Duplicated_pointers of t| `Unsorted_entries of t| `Unsorted_pointers of t| `Blinded_root| `Too_large_values of t| `Empty ]The type for errors.
val error_t : error Brassaia.Type.tval pp_error : error Fmt.tpp_error is the pretty-printer for errors.