mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-27 17:08:54 -06:00
(Som) Remove unnecessary BIND in predVP
This commit is contained in:
@@ -795,8 +795,8 @@ oper
|
||||
subjpron : Str = if_then_Str np.isPron (subj.s ! Nom) np.empty ;
|
||||
obj : {p1,p2 : Str} =
|
||||
let o : {p1,p2 : Str} = vp.comp ! subj.a ;
|
||||
bind : Str = case <isPassive vp,vp.obj2.a, vp.c2, vp.pred> of {
|
||||
<False,P3_Prep,Single NoPrep,NoPred> => [] ;
|
||||
bind : Str = case <isPassive vp, vp.obj2.a, vp.c2> of {
|
||||
<False,P3_Prep,Single NoPrep> => [] ;
|
||||
_ => BIND } ;
|
||||
in case <cltyp,p> of {
|
||||
<Statement,Neg> => {p2 = [] ; p1 = o.p1 ++ o.p2 ++ bind} ;
|
||||
|
||||
Reference in New Issue
Block a user