diff --git a/src/persian/ResPes.gf b/src/persian/ResPes.gf index 039553ad..bd8ce30b 100644 --- a/src/persian/ResPes.gf +++ b/src/persian/ResPes.gf @@ -150,7 +150,8 @@ oper insertVV : (Agr => Str) -> VPH -> VPH = \obj1,vp -> vp ** { wish = True ; - vComp = \\a => vp.comp ! a ++ conjThat ++ obj1 ! a ; +-- vComp = \\a => vp.comp ! a ++ conjThat ++ obj1 ! a ; -- TODO: do we insert conjThat here or in infVV? /IL + vComp = \\a => vp.comp ! a ++ obj1 ! a ; } ; insertObj2 : (Str) -> VPH -> VPH = \obj1,vp -> vp ** {