korean determiners

This commit is contained in:
2026-01-29 09:30:43 -07:00
parent 997b50276f
commit 8f07d8c73d
4 changed files with 37 additions and 5 deletions

View File

@@ -10,6 +10,6 @@ resource MicroResKor = open Prelude in {
stem : Str ;
t : VerbType
} ;
Verb2 : Type = { v : Verb } ;
Verb2 : Type = Verb ;
Adjective : Type = Verb ;
}