Module Enum.Make_stringable

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

Parameters

module M : sig ... end

Signature

include Base.Stringable.S with type t := M.t
val of_string : string -> M.t
val to_string : M.t -> string