module Break:sig
..end
These properties are for the Unicode text segmentation and line breaking algorithm.
typeline =
[ `AI
| `AL
| `B2
| `BA
| `BB
| `BK
| `CB
| `CJ
| `CL
| `CM
| `CP
| `CR
| `EX
| `GL
| `H2
| `H3
| `HL
| `HY
| `ID
| `IN
| `IS
| `JL
| `JT
| `JV
| `LF
| `NL
| `NS
| `NU
| `OP
| `PO
| `PR
| `QU
| `RI
| `SA
| `SG
| `SP
| `SY
| `WJ
| `XX
| `ZW ]
val pp_line : Format.formatter -> line -> unit
pp_line ppf l
prints an unspecified representation of l
on
ppf
.val line : Uucp.uchar -> line
typegrapheme_cluster =
[ `CN | `CR | `EX | `L | `LF | `LV | `LVT | `PP | `RI | `SM | `T | `V | `XX ]
val pp_grapheme_cluster : Format.formatter -> grapheme_cluster -> unit
pp_grapheme_cluster ppf g
prints an unspecified representation of g
on ppf
.val grapheme_cluster : Uucp.uchar -> grapheme_cluster
typeword =
[ `CR
| `DQ
| `EX
| `Extend
| `FO
| `HL
| `KA
| `LE
| `LF
| `MB
| `ML
| `MN
| `NL
| `NU
| `RI
| `SQ
| `XX ]
val pp_word : Format.formatter -> word -> unit
pp_grapheme_cluster ppf g
prints an unspecified representation of g
on ppf
.val word : Uucp.uchar -> word
typesentence =
[ `AT
| `CL
| `CR
| `EX
| `FO
| `LE
| `LF
| `LO
| `NU
| `SC
| `SE
| `SP
| `ST
| `UP
| `XX ]
val pp_sentence : Format.formatter -> sentence -> unit
pp_grapheme_cluster ppf g
prints an unspecified representation of g
on ppf
.val sentence : Uucp.uchar -> sentence
module Low:sig
..end