1
0
forked from GitHub/gf-rgl

(Pes) fix typo in insertVV

This commit is contained in:
Inari Listenmaa
2019-03-20 13:41:27 +01:00
parent 3c301efd05
commit 79ceab1ec1

View File

@@ -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.
} ;