Module type Sexpable.S3

type ('a, 'b, 'c) t
val t_of_sexp : ( Sexplib0__.Sexp.t -> 'a ) -> ( Sexplib0__.Sexp.t -> 'b ) -> ( Sexplib0__.Sexp.t -> 'c ) -> Sexplib0__.Sexp.t -> ( 'a, 'b, 'c ) t
val sexp_of_t : ( 'a -> Sexplib0__.Sexp.t ) -> ( 'b -> Sexplib0__.Sexp.t ) -> ( 'c -> Sexplib0__.Sexp.t ) -> ( 'a, 'b, 'c ) t -> Sexplib0__.Sexp.t