mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-22 17:56:21 -06:00
extended Numerals API. moved from the WordNet grammar
This commit is contained in:
@@ -63,6 +63,8 @@ concrete NumeralMlt of Numeral = CatMlt [Numeral,Digits] ** open Prelude,ResMlt
|
||||
Sub100 = Form2 ;
|
||||
Sub1000 = Form2 ;
|
||||
Sub1000000 = Form2 ;
|
||||
Sub1000000000 = Form2 ;
|
||||
Sub1000000000000 = Form2 ;
|
||||
|
||||
oper
|
||||
|
||||
@@ -335,6 +337,9 @@ concrete NumeralMlt of Numeral = CatMlt [Numeral,Digits] ** open Prelude,ResMlt
|
||||
f = Hund ; -- NOT IMPORTANT
|
||||
} ;
|
||||
|
||||
pot3as4 m = m ;
|
||||
pot4as5 m = m ;
|
||||
|
||||
oper
|
||||
-- Build "x thousand" table
|
||||
numTable : (CardOrd => NumCase => Str) = overload {
|
||||
|
||||
Reference in New Issue
Block a user