remove the redundant complement fields in V2V and V2A

This commit is contained in:
krasimir
2009-09-22 08:08:54 +00:00
parent d7817e5317
commit 1e894281b7
2 changed files with 10 additions and 12 deletions

View File

@@ -110,9 +110,9 @@ concrete CatRon of Cat =
VQ, VA = ResRon.Verb ;
V2,V2S, V2Q = ResRon.Verb ** {c2 : Compl} ;
V2,V2S,V2Q,V2V,V2A = ResRon.Verb ** {c2 : Compl} ;
V3,V2A, V2V = ResRon.Verb ** {c2,c3 : Compl} ;
V3 = ResRon.Verb ** {c2,c3 : Compl} ;
VS = ResRon.Verb ** {m : Polarity => Mood} ;