module GettextCategory:Functions to manipulate category.sig..end
type category =
| |
LC_CTYPE |
| |
LC_NUMERIC |
| |
LC_TIME |
| |
LC_COLLATE |
| |
LC_MONETARY |
| |
LC_MESSAGES |
| |
LC_ALL |
val string_of_category : category -> stringval category_of_string : string -> categoryval categories : category listval compare : category -> category -> intmodule MapCategory:Map.Make(sigtypet =GettextCategory.categoryval compare :GettextCategory.category -> GettextCategory.category -> intend)