the proper place of verb particle in Eng passives

This commit is contained in:
aarne
2013-03-12 20:06:51 +00:00
parent 5e2d66a9ee
commit 73baf336ce
2 changed files with 3 additions and 3 deletions

View File

@@ -156,12 +156,12 @@ lin
ppt = vps.ptp
in {
s = be.s ;
p = vps.p ;
p = [] ;
prp = be.prp ;
ptp = be.ptp ;
inf = be.inf ;
ad = vps.ad ;
s2 = \\a => ppt ++ vps.s2 ! a ---- order
s2 = \\a => ppt ++ vps.p ++ vps.s2 ! a ---- order
} ;
--- AR 7/3/2013