mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 11:19:32 -06:00
took back smart type of Int ; Digits type in resource and some adjustments of Det syntax (not yet for romance and russian)
This commit is contained in:
@@ -53,4 +53,11 @@ resource ParamX = open Prelude in {
|
||||
}
|
||||
} ;
|
||||
|
||||
-- To count the length of a tail in a sequence of digits, e.g. to put commas
|
||||
-- as in 1,000,000.
|
||||
|
||||
param
|
||||
DTail = T1 | T2 | T3 ;
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user