forked from GitHub/gf-rgl
change type of numerals (again)
This commit is contained in:
@@ -1407,7 +1407,7 @@ oper
|
|||||||
oper
|
oper
|
||||||
-- Numerals are by default cardinal numbers but have a field for ordinal numbers
|
-- Numerals are by default cardinal numbers but have a field for ordinal numbers
|
||||||
TDigit : Type = { s : Unit => Gender => Case => Str } ; -- ord : Unit => Agr => Str } ;
|
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
|
-- Inflection for cardinal numbers
|
||||||
cardFlex : Str -> Gender => Case => Str =
|
cardFlex : Str -> Gender => Case => Str =
|
||||||
|
|||||||
Reference in New Issue
Block a user