Module Enum.Make_to_string

Defines to_string for M, based on M.sexp_of_t. The sexp representation of M.t must be a sexp atom.

Parameters

module M : sig ... end

Signature

val to_string : M.t -> Base.String.t