1
0
forked from GitHub/gf-rgl

(Som) Fix bug in getNum: Impers is also Sg

This commit is contained in:
Inari Listenmaa
2019-08-13 15:29:02 +02:00
parent 993a79041b
commit 94f5dcdc0d

View File

@@ -154,7 +154,7 @@ oper
_ => Sg3 g } ;
getNum : Agreement -> Number = \a ->
case a of { Sg1|Sg2|Sg3 _ => Sg ; _ => Pl } ;
case a of { Sg1|Sg2|Sg3 _|Impers => Sg ; _ => Pl } ;
plAgr : Agreement -> Agreement = \agr ->
case agr of { Sg1 => Pl1 Excl ;