1
0
forked from GitHub/gf-rgl

(Pes) small fixes + TODOs

This commit is contained in:
Inari Listenmaa
2019-04-30 18:40:49 +02:00
parent 4a13d04e6f
commit 5b7fae3c20
3 changed files with 8 additions and 3 deletions
+5 -1
View File
@@ -205,10 +205,14 @@ oper
_ => showVPH (VSubj Pos agr) agr vp
} ;
insertAdV : Str -> VPH -> VPH = \ad,vp -> vp ** {
insertAdv : Str -> VPH -> VPH = \ad,vp -> vp ** {
ad = vp.ad ++ ad ;
} ;
insertAdV : Str -> VPH -> VPH = \ad,vp -> vp ** {
ad = ad ++ vp.ad ;
} ;
conjThat : Str = "که" ;
---------------------------