Index of types
Index of exceptions
Index of values
Index of class methods
Index of classes
Index of class types
Index of modules
Index of module types


CaseMap
Case mappings as defined in Unicode Technical Report #21
CharEncoding
Module for character encodings.
Default
modules with default configuration.
IMap
ISet
Locale
Camomile has a locale system similar to Java.
Main
All-in-one, configure once module
OOChannel
Generic input channel Have the same interface of Polymorphic input channel of http://www.ocaml-programming.de/rec/IO-Classes.html All channels of Camomile having this interface must confirm the behaviour defined in the recommendation above.
SubText
Sub-texts, parts of original (ur-) texts.
UCharInfo
Character Information
UChar
Unicode (ISO-UCS) characters.
UCharTbl
Fast lookup tables.
UCol
String comparison by collation as described in UTR #10
UCS4
UCS4 encoded string.
ULine
Line I/O, conversion of line separators.
UMap
Maps over Unicode characters.
UNF
Unicode normal form (NFD, NFKD, NFC, NFKC) as described in UTR #15
UnicodeString
Signature for Unicode strings.
UPervasives
Aliases for UChar.uint_code, UChar.chr_of_uint
URe
Regular expression engine.
UReStr
Module for a Str-like regular expression syntax.
USet
Sets of Unicode characters, implemented as sets of intervals.
UText
An implementation of Unicode string.
UTF16
UTF-16 encoded string.
UTF8
UTF-8 encoded Unicode strings.
XArray
XArray will be replaced by Dynarray in future.
XString
eXtensible Unicode string.