Command line fragments
val v : string -> tv cmd is a new command line (or command line fragment) whose first argument is cmd.
val empty : tempty is an empty command line.
val is_empty : t -> boolis_empty l is true iff l is empty.
val p : fpath -> stringp is (fun f -> f).
Predicates and comparison
Conversions and pretty printing
val to_list : t -> string listto_list l is l as a list of strings.
val of_list : ?slip:string -> string list -> tof_list ?slip l is a command line from the list of arguments l. If slip is specified it is added on the command line before each element of l.
val dump : Stdlib.Format.formatter -> t -> unitdump ppf cmd formats an unspecified representation of cmd on ppf.