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.


include Datatype.S
val of_string : string -> t
val to_string : t -> string