package camomile
- Overview
- No Docs
You can search for identifiers within the package.
in-package search v0.2.0
Install
dune-project
Dependency
Authors
Maintainers
Sources
sha256=c23b0a39cb36fd130168d3eba7cb4a91fbd35982b6cb2320ce5b06f271965a07
md5=82e016653431353a07f22c259adc6e05
doc/camomile.library/CamomileLibrary/module-type-Type/index.html
Module type CamomileLibrary.Type
Sets of Unicode characters, implemented as sets of intervals. The signature is mostly same to Set.S in stdlib
Fast lookup tables for Unicode. Accessible by constant time.
module UnicodeString : module type of UnicodeStringeXtensible Unicode string. The semantics matches the description of UStorage. The detail may be going to change.
Camomile has a locale system similar to Java. A locale is a string with a form as "<LANG>_<COUNTRY>_<MODIFIER>..." where <LANG> is a 2-letter ISO 639 language code, <COUNTRY> is a 2-letter ISO 3166 country code. Some field may not present.
module CharEncoding : CharEncoding.InterfaceUCS4 encoded string. The type is the bigarray of 32-bit integers. Bigarray.cma or Bigarray.cmxa must be linked when this module is used.
module UPervasives : module type of UPervasivesFunctions for toplevel
module UCharInfo : UCharInfo.TypeCharacter Information
module UNF : sig ... endmodule UCol : sig ... endmodule CaseMap : sig ... endmodule UReStr : UReStr.Interfacemodule StringPrep : sig ... end