From 94f5dcdc0db4fb245e6ce0e3341fc96d2cee0314 Mon Sep 17 00:00:00 2001 From: Inari Listenmaa Date: Tue, 13 Aug 2019 15:29:02 +0200 Subject: [PATCH] (Som) Fix bug in getNum: Impers is also Sg --- src/somali/ParamSom.gf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/somali/ParamSom.gf b/src/somali/ParamSom.gf index 85e1f5894..e13ee1d45 100644 --- a/src/somali/ParamSom.gf +++ b/src/somali/ParamSom.gf @@ -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 ;