Functor Parameter_sig.Builder.IndexedVal

module IndexedVal: 
functor (V : Parameter_sig.Indexed_val_input) -> Parameter_sig.Indexed_val with type value = V.t
Parameters:
V : Parameter_sig.Indexed_val_input

include Parameter_sig.String
type value 
the real type for the option
val add_choice : string -> value -> unit
adds a new choice for the option.
val get_val : unit -> value
the currently selected value.