heb verb acc

This commit is contained in:
dana.dannells
2012-06-06 22:41:39 +00:00
parent 74a9e105dc
commit db19ddef85
4 changed files with 12 additions and 7 deletions

View File

@@ -6,8 +6,8 @@ concrete VerbHeb of Verb = CatHeb ** open Prelude, ResHeb in {
UseV = predV ;
ComplSlash vp np = insertObj np vp ;
ComplSlash vp np = insertObj vp np;
SlashV2a v = predV v ** {c2 = v.c2} ;
SlashV2a v = predVc v ; --predV v ** {c2 = v.c2} ;
}