Module type Parameter_sig.List

module type List = sig .. end

Signature for lists as command line parameters.


include Parameter_sig.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

val append_after : t -> unit

append a list at the end of the current state