(Kor) Add new VForms, replace AForm with VForm (now identical)

This commit is contained in:
Inari Listenmaa
2020-04-01 17:31:15 +02:00
parent 8f46b09647
commit 7b09a6cf8b
5 changed files with 26 additions and 18 deletions
+1 -1
View File
@@ -155,7 +155,7 @@ concrete NounKor of Noun = CatKor ** open ResKor, Prelude in {
-- Use3N3 n3 = lin N2 n3 ;
-- : AP -> CN -> CN
AdjCN ap cn = cn ** {
s = \\nf => ap.s ! AAttr ++ cn.s ! nf
s = \\nf => ap.s ! VAttr Pos ++ cn.s ! nf
} ;
-- : CN -> RS -> CN ;