1
0
forked from GitHub/gf-rgl

(Ara) Fix agreement in imperatives

This commit is contained in:
Inari Listenmaa
2018-10-18 15:08:54 +02:00
committed by GitHub
parent a48227b8c5
commit 85e4a8061f

View File

@@ -1202,7 +1202,7 @@ patHollowImp : (_,_ :Str) -> Gender => Number => Str =\xaf,xAf ->
case vf of {
VPPerf => v.s ! (VPerf Act pgn);
VPImpf m => v.s ! (VImpf m Act pgn);
VPImp => v.s ! (VImp Masc Sg)--gn.g gn.n)
VPImp => v.s ! (VImp gn.g gn.n)
};
obj = {
s = [] ;