forked from GitHub/gf-rgl
The new Decimal API
This commit is contained in:
@@ -61,6 +61,7 @@ concrete NounIna of Noun = CatIna ** open ResIna, Prelude in {
|
||||
NumCard c = c ;
|
||||
|
||||
NumDigits n = {s = n.s ! NCard ; n = n.n} ;
|
||||
NumDecimal n = {s = n.s ! NCard ; n = n.n} ;
|
||||
|
||||
OrdDigits n = {s = n.s ! NOrd} ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user