1
0
forked from GitHub/gf-rgl

Correction of errors in ResCgg.gf and Numeral.gf regarding generalization of n2-n9

This commit is contained in:
David Bamutura
2019-05-06 02:11:21 +02:00
parent 5af7fd2fa9
commit 7d903526f5
2 changed files with 3 additions and 3 deletions

View File

@@ -64,7 +64,7 @@ lin pot3 n = let
lin pot3plus n m = let lin pot3plus n m = let
thousand = case <n.n> of{ thousand = case <n.n> of{
<Sg> => "akairira"; <Sg> => "akasirira";
_ => "obusirira" ++ n.s _ => "obusirira" ++ n.s
}; };
in { s = thousand ++ m.s; g = ZERO_ZERO; n = n.n} ; in { s = thousand ++ m.s; g = ZERO_ZERO; n = n.n} ;

View File

@@ -1049,8 +1049,8 @@ oper
\biri,ibiri, g1, abiri,g2 -> \biri,ibiri, g1, abiri,g2 ->
{ {
s = []; s = [];
unit = {s = "ibiri"; g = g1; stem ="biri"}; unit = {s = ibiri; g = g1; stem ="biri"};
ten = {s = "abiri" ; g = g2}; ten = {s = abiri ; g = g2};
}; };