Up

Module Of_sexpable (Sexpable : S) (M : sig .. end) : S with type t := M.t

For when you want the sexp representation of one type to be the same as that for some other isomorphic type.

Parameters

M : sig .. end

Signature

type t
val t_of_sexp : Sexplib.Sexp.t -> t
val sexp_of_t : t -> Sexplib.Sexp.t