Oridnal numerals added ; many fixes

This commit is contained in:
Roman Suzi
2020-08-08 20:30:28 +03:00
parent bbbe9bbb03
commit c0734bdfbb
25 changed files with 4061 additions and 425 deletions
+2 -2
View File
@@ -36,8 +36,8 @@ lin
-- : Symb -> Card ; -- n
SymbNum symb = {s = \\_,_,_ => symb.s ; size = Num5} ;
-- : Symb -> Ord ; -- n'th
SymbOrd symb = immutableAdjForms symb.s ; -- TODO: better implementation
-- : Symb -> Ord ; -- n'th (i-й "итый")
SymbOrd symb = ith_forms symb.s ;
lincat
Symb, [Symb] = SS ;