SlashV2a in English should set gapInMiddle = False to get the correct syntax for examples like "he absorbed himself into his work"

This commit is contained in:
krasimir
2015-10-14 07:40:26 +00:00
parent 36f2e7dc9a
commit 8e469675df

View File

@@ -5,7 +5,7 @@ concrete VerbEng of Verb = CatEng ** open ResEng, Prelude in {
lin
UseV = predV ;
SlashV2a v = predVc v ;
SlashV2a v = predV v ** {c2 = v.c2 ; gapInMiddle = False} ;
Slash2V3 v np =
insertObjc (\\_ => v.c2 ++ np.s ! NPAcc) (predV v ** {c2 = v.c3 ; gapInMiddle = False}) ;
Slash3V3 v np =