(Hun) Adjust types for numerals

This commit is contained in:
Inari Listenmaa
2020-03-30 21:51:42 +02:00
parent 4a8668fce9
commit 60500231d8
3 changed files with 14 additions and 12 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ concrete CatHun of Cat = CommonX ** open ResHun, Prelude in {
-- Constructed in NumeralHun.
Card = ResHun.Num ;
Card = ResHun.Numeral ;
Numeral = ResHun.Numeral ;
Digits = {s : CardOrd => Str ; n : Number} ;