Module StringExtra.Extra.Fold (.ml)


module Fold: sig .. end
Examples of applications of big constructor in conjonction with the merge function.

val commacat : string list -> string
Merge a string list with the separator " , ".
val semicolon : string list -> string
Merge a string list with the separator "; ".
val nospacecommacat : string list -> string
Merge a string list with the separator ",".
val nospacesemicolon : string list -> string
Merge a string list with the separator ";".
val dotcat : string list -> string
Merge a string list with the separator ".".
val newlinecat : string list -> string
Merge a string list with the separator "\n".
val blankcat : string list -> string
Merge a string list with the separator " ".
val slashcat : string list -> string
Merge a string list with the separator "/".