(Romance) Add copType to A2 as well

This commit is contained in:
Inari Listenmaa
2019-04-08 14:47:54 +02:00
parent 653b7e8723
commit aa93136c4a
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -106,7 +106,7 @@ incomplete concrete CatRomance of Cat = CommonX - [SC,Pol]
VS = Verb ** {m : RPolarity => Mood} ;
A = {s : Degree => AForm => Str ; isPre : Bool ; copTyp : CopulaType} ;
A2 = {s : Degree => AForm => Str ; c2 : Compl} ;
A2 = {s : Degree => AForm => Str ; c2 : Compl ; copTyp : CopulaType} ;
N = Noun ;
N2 = Noun ** {c2 : Compl} ;