accedentalBugFixedAllHin

This commit is contained in:
virk.shafqat
2013-03-05 20:37:48 +00:00
parent dc56fedfa5
commit 76902d3215

View File

@@ -38,7 +38,7 @@ incomplete concrete VerbHindustani of Verb = CatHindustani ** open CommonHindust
CompAdv adv = {s = \\a => adv.s ! giveGender a} ;
CompCN cn = {s = \\a => cn.s ! giveNumber a ! Dir} ;
VPSlashPrep vp p = vp ** {c2 = p.s ; c = VTrans } ;
VPSlashPrep vp p = vp ** {c2 ={s = p.s ! Masc ; c = VTrans }} ;
}