Module 1-V.Output

type t = t

The type of values

val encode : t -> string

encode t should marshal t

val decode : string -> t

decode s should reproduce a t from a string s

val pp : t Fmt.t

Pretty-printer for values