uucp
Uucp.Hangul
Hangul properties.
type syllable_type = [
| `L
| `V
| `T
| `LV
| `LVT
| `NA
]
The type for hangul syllable types.
val pp_syllable_type : Format.formatter -> syllable_type -> unit
pp_syllable_type ppf s prints an unspecified representation of s on ppf.
pp_syllable_type ppf s
s
ppf
val syllable_type : Uchar.t -> syllable_type
syllable_type u is u's Hangul_Syllable_type property.
syllable_type u
u