Module type Parameter_sig.String_list

module type String_list = List  with type elt = string and type t = string list
Change in Sodium-20150201

include Parameter_sig.Collection

A list is a collection.

A list is a collection.

Additional accessors to the list.


val append_before : t -> unit
append a list in front of the current state
Since Neon-20140301
val append_after : t -> unit
append a list at the end of the current state
Since Neon-20140301