(Som) Restructure nominal morphology + numerals

This commit is contained in:
Inari Listenmaa
2019-06-27 16:19:13 +02:00
parent 388741ef8d
commit 682a0adac0
8 changed files with 292 additions and 229 deletions
+2 -2
View File
@@ -80,8 +80,8 @@ concrete CatSom of Cat = CommonX - [Adv] ** open ResSom, Prelude in {
-- Constructed in NumeralSom.
Card = {s : State => Str ; n : Number} ;
Numeral = {s : CardOrd => State => Str ; n : Number} ;
Card = BaseNum ;
Numeral = ResSom.Numeral ;
Digits = {s : CardOrd => Str ; n : Number} ;