Module Enum.Make_of_string

Defines an of_string function for M, using M.all and M.to_string. Does not require M to be sexpable.

Parameters

module M : sig ... end

Signature

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