1
0
forked from GitHub/gf-rgl

restricted Cat import in Numeral (for some languages; to do more)

This commit is contained in:
aarne
2010-09-29 07:07:07 +00:00
parent 83643d1c35
commit cca54b275c
7 changed files with 7 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
concrete NumeralSwe of Numeral = CatSwe ** open ResSwe, MorphoSwe, Prelude in {
concrete NumeralSwe of Numeral = CatSwe [Numeral,Digits] ** open ResSwe, MorphoSwe, Prelude in {
lincat
Digit = {s : DForm => CardOrd => Str} ;