package gettext

  1. Overview
  2. Docs

Module Gettext.ProgramSource

Module to handle typical program requirement

Parameters

module _ : sig ... end

Signature

Sourceval init : (Arg.key * Arg.spec * Arg.doc) list * string

The first element is a Arg argument list. The second element contains some information about the gettext library (version, build date and author).

Sourceval s_ : string -> string
Sourceval f_ : ('a, 'b, 'c, 'c, 'c, 'd) format6 -> ('a, 'b, 'c, 'c, 'c, 'd) format6
Sourceval sn_ : string -> string -> int -> string
Sourceval fn_ : ('a, 'b, 'c, 'c, 'c, 'd) format6 -> ('a, 'b, 'c, 'c, 'c, 'd) format6 -> int -> ('a, 'b, 'c, 'c, 'c, 'd) format6
OCaml

Innovation. Community. Security.