mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-07-01 03:28:34 -06:00
The new Decimal API
This commit is contained in:
@@ -98,6 +98,11 @@ concrete CatMlt of Cat = CommonX - [Adv] ** open ResMlt, Prelude in {
|
||||
n : NumForm ;
|
||||
tail : DTail ;
|
||||
} ;
|
||||
Decimal = {
|
||||
s : NumCase => Str ; -- No need for CardOrd, i.e. no 1st, 2nd etc in Maltese
|
||||
n : NumForm ;
|
||||
hasDot : Bool ;
|
||||
} ;
|
||||
|
||||
-- Structural
|
||||
|
||||
|
||||
Reference in New Issue
Block a user