resource HangulCodingRes = { flags coding=utf8 ; oper coding : Str -> Str = \s -> case s of { "가" => "SYLLABLES" ; "가" => "JAMO" } ; }