1-S.Input
type t
The type of values
val encode : t -> string
encode t should marshal t
encode t
t
val decode : string -> t
decode s should reproduce a t from a string s
decode s
s
val pp : t Fmt.t
Pretty-printer for values