heb verb acc

This commit is contained in:
dana.dannells
2012-06-06 22:41:39 +00:00
parent fa33a915e2
commit dc93e3df8c
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} ;
}