forked from GitHub/gf-rgl
The new Decimal API
This commit is contained in:
@@ -64,7 +64,8 @@ concrete CatPes of Cat = CommonX ** open ResPes, Prelude in {
|
||||
---- Numeral
|
||||
|
||||
Numeral = {s : CardOrd => Str ; n : Number} ;
|
||||
Digits = {s : CardOrd => Str ; n : Number } ;
|
||||
Digits = {s : CardOrd => Str ; n : Number} ;
|
||||
Decimal = {s : CardOrd => Str ; n : Number; hasDot : Bool} ;
|
||||
|
||||
---- Structural
|
||||
|
||||
|
||||
Reference in New Issue
Block a user