forked from GitHub/gf-rgl
(Ger) ordinal endings of Digits fixed
This commit is contained in:
@@ -84,7 +84,7 @@ concrete CatGer of Cat =
|
||||
-- Numeral
|
||||
|
||||
Numeral = {s : CardOrd => Str ; n : Number } ;
|
||||
Digits = {s : CardOrd => Str ; n : Number } ;
|
||||
Digits = {s : CardOrd => Str ; n : Number ; isDig, tail1to19 : Bool} ;
|
||||
Decimal = {s : CardOrd => Str ; n : Number ; hasDot : Bool} ;
|
||||
|
||||
-- Structural
|
||||
|
||||
Reference in New Issue
Block a user