mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-29 04:46:30 -06:00
The new Decimal API
This commit is contained in:
@@ -80,6 +80,7 @@ concrete CatRon of Cat =
|
||||
sp : ACase => CardOrd => NumF => Str ; size : Size } ;
|
||||
|
||||
Digits = {s : CardOrd => Str ; n : Size ; isDig : Bool} ;
|
||||
Decimal = {s : CardOrd => Str ; n : Size ; isDig : Bool; hasDot : Bool} ;
|
||||
|
||||
Num = {s : Gender => Str ; sp : Gender => Str ;
|
||||
isNum : Bool ; n : Number; size : Str } ;
|
||||
|
||||
Reference in New Issue
Block a user