mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-30 02:58:35 -06:00
The new Decimal API
This commit is contained in:
@@ -86,6 +86,10 @@ concrete NounIce of Noun = CatIce ** open MorphoIce, ResIce, Prelude in {
|
||||
s = \\g,c => d.s ! NCard d.n g c;
|
||||
n = d.n
|
||||
} ;
|
||||
NumDecimal d = {
|
||||
s = \\g,c => d.s ! NCard d.n g c;
|
||||
n = d.n
|
||||
} ;
|
||||
|
||||
NumNumeral d = {
|
||||
s = \\g,c => d.s ! NCard Sg g c;
|
||||
|
||||
Reference in New Issue
Block a user