mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-08 10:42:50 -06:00
how8much_IAdv in Structural; changed parameter name Place in Numerals
This commit is contained in:
@@ -4,13 +4,13 @@ concrete NumeralRon of Numeral = CatRon **
|
||||
flags coding = utf8 ;
|
||||
|
||||
param DForm = unit | teen | ten | teen_inf ;
|
||||
param Place = indep | attr ;
|
||||
param Placement = indep | attr ;
|
||||
|
||||
lincat Digit = {s : CardOrd => DForm => Str ; size : Size} ;
|
||||
lincat Sub10 = {s : CardOrd => DForm => Place => Str ; size : Size} ;
|
||||
lincat Sub100 = {s : CardOrd => NumF => Place => Str ; size : Size} ;
|
||||
lincat Sub1000 = {s : CardOrd => NumF => Place => Str ; size : Size} ;
|
||||
lincat Sub1000000 = { s : CardOrd => NumF => Place => Str; size : Size } ;
|
||||
lincat Sub10 = {s : CardOrd => DForm => Placement => Str ; size : Size} ;
|
||||
lincat Sub100 = {s : CardOrd => NumF => Placement => Str ; size : Size} ;
|
||||
lincat Sub1000 = {s : CardOrd => NumF => Placement => Str ; size : Size} ;
|
||||
lincat Sub1000000 = { s : CardOrd => NumF => Placement => Str; size : Size } ;
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user