forked from GitHub/gf-rgl
(Hun) Remove unnecessary distinction between digits and numbers
This commit is contained in:
@@ -125,7 +125,7 @@ concrete NounHun of Noun = CatHun ** open
|
||||
-- : Digits -> Card ;
|
||||
NumDigits dig = dig ** {
|
||||
s = \\place => dig.s ! NCard ;
|
||||
numtype = IsDig ;
|
||||
numtype = IsNum ;
|
||||
} ;
|
||||
|
||||
-- : Numeral -> Card ;
|
||||
|
||||
Reference in New Issue
Block a user