File: util.mli

package info (click to toggle)
ocamlbuild 0.16.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,832 kB
  • sloc: ml: 9,087; makefile: 521; sh: 187
file content (4 lines) | stat: -rw-r--r-- 108 bytes parent folder | download | duplicates (25)
1
2
3
4

(** join strings together using command and "and" for the last element *)
val join: string list -> string