hangul syllables

This commit is contained in:
2026-02-12 09:45:52 -07:00
parent 0ba6518630
commit fd36692419
8 changed files with 197 additions and 81 deletions

View File

@@ -0,0 +1,9 @@
resource HangulCodingRes = {
flags coding=utf8 ;
oper
coding : Str -> Str
= \s -> case s of {
"가" => "SYLLABLES" ;
"가" => "JAMO"
} ;
}