From 79ceab1ec12eae78152f21f46f67b96a20451743 Mon Sep 17 00:00:00 2001 From: Inari Listenmaa Date: Wed, 20 Mar 2019 13:41:27 +0100 Subject: [PATCH] (Pes) fix typo in insertVV --- src/persian/ResPes.gf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/persian/ResPes.gf b/src/persian/ResPes.gf index b97bd1eee..f88cc2d1f 100644 --- a/src/persian/ResPes.gf +++ b/src/persian/ResPes.gf @@ -151,7 +151,7 @@ oper insertVV : VV -> VPH -> VPH = \vv,vp -> predV vv ** { vComp = \\a,t => vp.vComp ! a ! t ++ complVV vv vp ! a ! t ; - vvType = case vv.isDef of {True => DefVV ; _ => FullVV} ; + vvtype = case vv.isDef of {True => DefVV ; _ => FullVV} ; ad = vp.ad -- because complVV doesn't include ad! for word order. } ;