updated AdjType (#454)

* updated AdjType

* fixed mkA

* fixed AdjType

* fixed numbers

* fixed numbers
This commit is contained in:
Ekaterina Voloshina
2024-03-10 19:52:19 +01:00
committed by GitHub
parent 53e731593d
commit ffcff47545
3 changed files with 37 additions and 23 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ lincat
Numeral = NumeralForms ;
Num = NumDet ;
Card = NumDet ;
Digits = {s : Str ; size: NumSize} ;
Digits = {s : Str ; size: NumSize; tail: DTail} ;
Decimal = {s : Str ; size: NumSize; hasDot : Bool} ;
QS = {s : QForm => Str} ;