forked from GitHub/comp-syntax-gu-mlt
b
This commit is contained in:
@@ -1,11 +1,13 @@
|
|||||||
resource MicroResKor = open Prelude in {
|
resource MicroResKor = open Prelude in {
|
||||||
param
|
param
|
||||||
Regularity = Regular | PieupIrregular ;
|
Regularity = Regular | PieupIrregular ;
|
||||||
|
VerbType = Action | Descriptive ;
|
||||||
|
|
||||||
oper
|
oper
|
||||||
Noun : Type = {s : Str} ;
|
Noun : Type = {s : Str} ;
|
||||||
Verb : Type = {
|
Verb : Type = {
|
||||||
reg : Regularity ;
|
reg : Regularity ;
|
||||||
stem : Str
|
stem : Str ;
|
||||||
|
t : VerbType
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user