mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-28 04:16:30 -06:00
ongoing work on numerals
This commit is contained in:
+1
-1
@@ -53,7 +53,7 @@ concrete CatLat of Cat = CommonX-[Adv] ** open ResLat, ParamX, Prelude in {
|
||||
Pron = ResLat.Pronoun ;
|
||||
Det = Determiner ;
|
||||
Predet = {s : Str} ;
|
||||
Ord = Ordinal ;
|
||||
Ord = { s : Gender => Number => Case => Str } ;
|
||||
Num = {s : Gender => Case => Str ; n : Number} ;
|
||||
Card = {s : Gender => Case => Str ; n : Number} ;
|
||||
Quant = Quantifier ;
|
||||
|
||||
Reference in New Issue
Block a user