mirror of
https://github.com/GrammaticalFramework/comp-syntax-gu-mlt.git
synced 2026-05-02 06:22:51 -06:00
b
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
resource MicroResKor = open Prelude in {
|
||||
param
|
||||
Regularity = Regular | PieupIrregular ;
|
||||
VerbType = Action | Descriptive ;
|
||||
|
||||
oper
|
||||
Noun : Type = {s : Str} ;
|
||||
Verb : Type = {
|
||||
reg : Regularity ;
|
||||
stem : Str
|
||||
stem : Str ;
|
||||
t : VerbType
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user