Brassaia_eio.Schema
module type S = sig ... end
module type Extended = sig ... end
type default_hash = Hash.BLAKE2B.t
module type KV = Extended with type Hash.t = default_hash and type Branch.t = string and type Info.t = Info.default
module KV (C : Contents.S) : KV with module Contents = C