Functor Gettext.Program

module Program: 
functor (Init : GettextTypes.INIT_TYPE) ->
functor (Realize : GettextTypes.REALIZE_TYPE) -> sig .. end
Module to handle typical program requirement
Parameters:
Init : GettextTypes.INIT_TYPE
Realize : GettextTypes.REALIZE_TYPE

val 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).
val s_ : string -> string
Seed
val f_ : ('a, 'b, 'c, 'c, 'c, 'd) format6 -> ('a, 'b, 'c, 'c, 'c, 'd) format6
Seed
val sn_ : string -> string -> int -> string
Seed
val fn_ : ('a, 'b, 'c, 'c, 'c, 'd) format6 ->
('a, 'b, 'c, 'c, 'c, 'd) format6 -> int -> ('a, 'b, 'c, 'c, 'c, 'd) format6
Seed