module Function_Mode:Parameter_sig.Multiple_value_datatype
with type key = string and type t = function_mode
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