This commit is contained in:
2026-02-12 14:38:13 -07:00
parent 109fc3547e
commit 000dfc756c
3 changed files with 1 additions and 17 deletions

View File

@@ -1,6 +0,0 @@
resource HangulCoding = open HangulCodingRes in {
flags coding=utf8 ;
oper
this_uses_syllables : Str = coding "가" ;
this_uses_jamo : Str = coding "가" ;
}

View File

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

View File

@@ -72,8 +72,7 @@ lin child_N = mkN "어린이" ;
-- lin clever_A = mkA "똑똑한" ;
-- lin cloud_N = mkN "cloud" ;
-- lin cold_A = mkA "차가운" ;
-- lin come_V = regVerb "오다" ; -- JAMO
lin come_V = regVerb "오다" ; -- SYLLABLES
lin come_V = regVerb "오다" ;
lin computer_N = mkN "컴퓨터" ;
-- lin cow_N = mkN "cow" ;
-- lin dirty_A = mkA "더러운" ;