forked from GitHub/gf-rgl
(Pes) small fixes + TODOs
This commit is contained in:
@@ -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 = "که" ;
|
||||
|
||||
---------------------------
|
||||
|
||||
Reference in New Issue
Block a user