some more words in LexiconSlv and StructuralSlv moved from Anna's grammar

This commit is contained in:
krasimir
2016-08-30 13:36:18 +00:00
parent 0dbfe723ef
commit 9a92e04210
4 changed files with 17 additions and 0 deletions

View File

@@ -229,6 +229,9 @@ oper
mkV2 : V -> Prep -> V2 = \v,p -> lin V2 (v ** {c2 = p}) ;
} ;
mkVS : V -> VS ;
mkVS v = lin VS v ;
mkVQ : V -> VQ ;
mkVQ v = lin VQ v ;