Uucp.Hangul
type syllable_type = [
| `L
| `LV
| `LVT
| `NA
| `T
| `V
]
val pp_syllable_type : Format.formatter -> syllable_type -> unit
val syllable_type : Uchar.t -> syllable_type