Module Uucp.Hangul

type syllable_type = [
  1. | `L
  2. | `LV
  3. | `LVT
  4. | `NA
  5. | `T
  6. | `V
]
val pp_syllable_type : Format.formatter -> syllable_type -> unit
val syllable_type : Uchar.t -> syllable_type