summaryrefslogtreecommitdiff
path: root/examples/numerals/tuda_daza.gf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/numerals/tuda_daza.gf')
-rw-r--r--examples/numerals/tuda_daza.gf2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/numerals/tuda_daza.gf b/examples/numerals/tuda_daza.gf
index 9d112fddf..334882ced 100644
--- a/examples/numerals/tuda_daza.gf
+++ b/examples/numerals/tuda_daza.gf
@@ -5,6 +5,8 @@ param Size = sg | sub10 | pl | e10;
oper LinDigit = {s : DForm => Str ; s2 : Str ; size : Size} ;
oper LinS100 = {s : Str ; s2 : Str ; size : Size} ;
+
+lincat Numeral = { s : Str } ;
lincat Digit = LinDigit ;
lincat Sub10 = LinDigit ;
lincat Sub100 = LinS100 ;