Module Branch.Val

Base functions on values.

type t = value

The type for keys.

type hash
val encoding : t Data_encoding.t
val pp : Stdlib.Format.formatter -> t -> unit
val to_hash : t -> hash