Module Tpf_sexplib
Generic Sexplib converters.
Generic injections / projections between a type and Sexplib's Sexplib0.Sexp.t.
Types are mapped to S-expressions in Sexplib-compatible way.
Encoders
module Enc : sig ... endGeneric Sexp encoder.
Decoders
module Dec : sig ... endGeneric Sexp decoder.
Sexp as generic objects
val data_sexp : (string, Sexplib0.Sexp.t list, Sexplib0.Sexp.t) Tpf.data2Generic representation of
Sexplib0.Sexp.t itself.