mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-07 10:12:51 -06:00
restricted Cat import in Numeral (for some languages; to do more)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
concrete NumeralEng of Numeral = CatEng ** open ResEng in {
|
||||
concrete NumeralEng of Numeral = CatEng [Numeral,Digits] ** open ResEng in {
|
||||
|
||||
lincat
|
||||
Digit = {s : DForm => CardOrd => Case => Str} ;
|
||||
|
||||
Reference in New Issue
Block a user