Module type Parameter_sig.String_datatype

module type String_datatype = sig .. end
Signature required to build custom collection parameters in which elements are convertible to string.
Since Sodium-20150201

include Datatype.S
val of_string : string -> t
Raises Cannot_build if there is no element corresponding to the given string.
val to_string : t -> string