1
0
forked from GitHub/gf-rgl

change type of numerals (again)

This commit is contained in:
Herbert Lange
2019-06-15 19:04:08 +02:00
parent f5141ca77a
commit abb3f4d60f

View File

@@ -1407,7 +1407,7 @@ oper
oper
-- Numerals are by default cardinal numbers but have a field for ordinal numbers
TDigit : Type = { s : Unit => Gender => Case => Str } ; -- ord : Unit => Agr => Str } ;
Numeral : Type = { s : Gender => Case => Str ; n : Number ; ord : Unit => Agr => Str } ;
Numeral : Type = { s : Gender => Case => Str ; n : Number } ; -- ord : Unit => Agr => Str } ;
-- Inflection for cardinal numbers
cardFlex : Str -> Gender => Case => Str =