mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-28 12:26:30 -06:00
updated AdjType (#454)
* updated AdjType * fixed mkA * fixed AdjType * fixed numbers * fixed numbers
This commit is contained in:
committed by
GitHub
parent
53e731593d
commit
ffcff47545
@@ -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} ;
|
||||
|
||||
Reference in New Issue
Block a user