mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-28 12:26:30 -06:00
The new Decimal API
This commit is contained in:
@@ -38,6 +38,7 @@ concrete NounTha of Noun = CatTha ** open StringsTha, ResTha, Prelude in {
|
||||
|
||||
NumCard n = n ** {hasC = True} ;
|
||||
NumDigits d = d ;
|
||||
NumDecimal d = d ;
|
||||
OrdDigits d = {s = thbind thii_s d.s} ;
|
||||
|
||||
NumNumeral numeral = numeral ** {hasC = True} ;
|
||||
|
||||
Reference in New Issue
Block a user