diff options
Diffstat (limited to 'examples/numerals/greek_classical.gf')
| -rw-r--r-- | examples/numerals/greek_classical.gf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/numerals/greek_classical.gf b/examples/numerals/greek_classical.gf index 28036fed9..cdfb115ec 100644 --- a/examples/numerals/greek_classical.gf +++ b/examples/numerals/greek_classical.gf @@ -17,6 +17,7 @@ lincat Numeral = {s : Str} ; oper LinDigit = {s : DForm => Str} ;
oper LinSub1000 = {s : InterData => Str ; size : Size} ;
+lincat Numeral = { s : Str } ;
lincat Digit = LinDigit ;
lincat Sub10 = {s : DForm => Str ;
size : Size} ;
|
