Module Uucp.Hangul

Hangul properties.

Hangul syllable type property

type syllable_type = [
  1. | `L
  2. | `V
  3. | `T
  4. | `LV
  5. | `LVT
  6. | `NA
]

The type for hangul syllable types.

val pp_syllable_type : Stdlib.Format.formatter -> syllable_type -> unit

pp_syllable_type ppf s prints an unspecified representation of s on ppf.

val syllable_type : Stdlib.Uchar.t -> syllable_type

syllable_type u is u's Hangul_Syllable_type property.