Module type Parameter_sig.Indexed_val

module type Indexed_val = sig .. end
option interface

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.