Functor Parameter_sig.Builder.StringList

module StringList: 
functor (X : Parameter_sig.Input_with_arg) -> Parameter_sig.String_list
Parameters:
X : Parameter_sig.Input_with_arg

include Parameter_sig.String_collection
val append_before : string list -> unit
append a list in front of the current state
Since Neon-20130301
val append_after : string list -> unit
append a list at the end of the current state
Since Neon-20130301