Module Sexpable.Of_sexpable3

Parameters

module Sexpable : S3
module M : sig ... end

Signature

val t_of_sexp : (Sexp.t -> 'a) -> (Sexp.t -> 'b) -> (Sexp.t -> 'c) -> Sexp.t -> ('a'b'c) M.t
val sexp_of_t : ('a -> Sexp.t) -> ('b -> Sexp.t) -> ('c -> Sexp.t) -> ('a'b'c) M.t -> Sexp.t