type ('a, 'b, 'c) t
include sig ... end
val t_of_sexp : (Sexp.t ‑> 'a) ‑> (Sexp.t ‑> 'b) ‑> (Sexp.t ‑> 'c) ‑> Sexp.t ‑> ('a, 'b, 'c) t
val sexp_of_t : ('a ‑> Sexp.t) ‑> ('b ‑> Sexp.t) ‑> ('c ‑> Sexp.t) ‑> ('a, 'b, 'c) t ‑> Sexp.t