forked from GitHub/gf-core
add numerals
This commit is contained in:
@@ -39,6 +39,11 @@ concrete CatBul of Cat = CommonX ** open ResBul, Prelude in {
|
||||
Num = {s : Str; n : Number } ;
|
||||
Quant = {s : AForm => Str; spec : Species} ;
|
||||
|
||||
-- Numeral
|
||||
|
||||
Numeral = {s : CardOrd => Str; n : Number} ;
|
||||
Digits = {s : CardOrd => Str; n : Number; tail : DTail} ;
|
||||
|
||||
-- Structural
|
||||
|
||||
Subj = {s : Str} ;
|
||||
|
||||
Reference in New Issue
Block a user