package mdx

  1. Overview
  2. Docs
val english_conjonction : string list -> string

english_conjonction ["a"; "b"; "c"] returns "a, b and c".

  • raises Invalid_argument

    when called on the empty list.