Functor Comparable.Check_sexp_conversion

module Check_sexp_conversion: 
functor (M : sig
type t 
include Comparable.S
val examples : t list
val sexp_of_t : t -> Sexplib.Sexp.t
end) -> sig .. end
Parameters:
M : sig type t with sexp_of include S with type t := t val examples : t list end