Module Uucp.Hangul

Hangul properties.

Hangul syllable type property

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.

val syllable_type : Uchar.t -> syllable_type

syllable_type u is u's Hangul_Syllable_type property.