Module GettextCategory

Functions to manipulate category.

author
Sylvain Le Gall
type category =
| LC_CTYPE
| LC_NUMERIC
| LC_TIME
| LC_COLLATE
| LC_MONETARY
| LC_MESSAGES
| LC_ALL
val string_of_category : category -> string
val category_of_string : string -> category
val categories : category list
val compare : category -> category -> int
module MapCategory : sig ... end