Module type Value.S

The input of Make for values. The same requirements as for Key apply.

type t
val t : t Repr.t
val encode : t -> string
val encoded_size : int
val decode : string -> int -> t