forked from GitHub/comp-syntax-gu-mlt
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
resource MicroResKor = open Prelude in {
|
resource MicroResKor = open Prelude, Hangul in {
|
||||||
param
|
param
|
||||||
VForm = Lemma | VPresent | VPast ;
|
VForm = Lemma | VPresent | VPast ;
|
||||||
|
|
||||||
@@ -35,4 +35,10 @@ resource MicroResKor = open Prelude in {
|
|||||||
VPast => stem + "았어요"
|
VPast => stem + "았어요"
|
||||||
}
|
}
|
||||||
} ;
|
} ;
|
||||||
|
|
||||||
|
blah : Str -> Str
|
||||||
|
= \s -> case s of {
|
||||||
|
_ + "ᅡ" => "아-final" ;
|
||||||
|
_ => "not 아-final"
|
||||||
|
} ;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user