1
0
forked from GitHub/gf-core

how8much_IAdv in Structural; changed parameter name Place in Numerals

This commit is contained in:
aarne
2010-03-26 22:06:35 +00:00
parent 5e4548e4da
commit c42afc59eb
7 changed files with 14 additions and 9 deletions

View File

@@ -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 } ;