module type Multiple_value_datatype =sig..end
Parameter_sig.Value_datatype.include Datatype.S
type key
val of_string : key:key ->
prev:t list option -> string option -> t option
val to_string : key:key -> t option -> string option