forked from GitHub/gf-rgl
(Som) Fix bug in getNum: Impers is also Sg
This commit is contained in:
@@ -154,7 +154,7 @@ oper
|
|||||||
_ => Sg3 g } ;
|
_ => Sg3 g } ;
|
||||||
|
|
||||||
getNum : Agreement -> Number = \a ->
|
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 ->
|
plAgr : Agreement -> Agreement = \agr ->
|
||||||
case agr of { Sg1 => Pl1 Excl ;
|
case agr of { Sg1 => Pl1 Excl ;
|
||||||
|
|||||||
Reference in New Issue
Block a user