mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-21 17:12:50 -06:00
Fixed some missing lincats and a syntax error introduced when adding lincats.
This commit is contained in:
@@ -12,7 +12,7 @@ lincat Numeral = { s : Str } ;
|
||||
lincat Digit = {s : DForm => Str} ;
|
||||
lincat Sub10 = {s : DForm => Str ; size : Size} ;
|
||||
lincat Sub100 = {s : Str ; size : Size} ;
|
||||
lincat Sub1000 = {s : Scale => Str ; size : Size}
|
||||
lincat Sub1000 = {s : Scale => Str ; size : Size} ;
|
||||
lincat Sub1000000 = { s : Str } ;
|
||||
|
||||
oper mkNum : Str -> Str -> Str -> Str -> Lin Digit =
|
||||
|
||||
Reference in New Issue
Block a user