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
Cannot_build
if there is no element corresponding to the given
string.val to_string : t -> string