renamed Slash to ClSlash, generalized Refl to VPSlash in exper

This commit is contained in:
aarne
2008-04-22 18:16:41 +00:00
parent e332bd6214
commit 8d9bfd9b50
9 changed files with 22 additions and 12 deletions

View File

@@ -37,7 +37,7 @@ concrete VerbEng of Verb = CatEng ** open ResEng in {
AdVVP adv vp = insertAdV adv.s vp ;
ReflV2 v = insertObj (\\a => v.c2 ++ reflPron ! a) (predV v) ;
ReflVP v = insertObjPre (\\a => v.c2 ++ reflPron ! a) v ;
PassV2 v = insertObj (\\_ => v.s ! VPPart) (predAux auxBe) ;