Functor Parameter_sig.Builder.String

module String: 
functor (X : sig
include Parameter_sig.Input_with_arg
val default : string
end) -> Parameter_sig.String
Consult the Plugin Development Guide for additional details.
Parameters:
X : sig include Input_with_arg val default: string end

include Parameter_sig.S
val set_possible_values : string list -> unit
Set what are the acceptable values for this parameter. If the given list is empty, then all values are acceptable.
Since Beryllium-20090901
val get_possible_values : unit -> string list
What are the acceptable values for this parameter. If the returned list is empty, then all values are acceptable.
Since Beryllium-20090901