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