Module Gettext

Modules to use in libraries and programs.

author
Sylvain Le Gall

Exception

val string_of_exception : exn -> string

Return the string representation of a ocaml-gettext exception.

High level interfaces

val init : GettextTypes.dependencies

Value of the dependencies for the initialization of the library Gettext (for translating exception and help message).

module Library : functor (Init : GettextTypes.INIT_TYPE) -> sig ... end

Module to handle typical library requirement

module Program : functor (Init : GettextTypes.INIT_TYPE) -> functor (Realize : GettextTypes.REALIZE_TYPE) -> sig ... end

Module to handle typical program requirement