summaryrefslogtreecommitdiff
path: root/examples/numerals/tibetan.gf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/numerals/tibetan.gf')
-rw-r--r--examples/numerals/tibetan.gf2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/numerals/tibetan.gf b/examples/numerals/tibetan.gf
index d77f1bef6..2ca775b4d 100644
--- a/examples/numerals/tibetan.gf
+++ b/examples/numerals/tibetan.gf
@@ -10,10 +10,12 @@ param DForm = unit | teen | bform | ten | hundred | agg ;
oper LinDigit = {s : DForm => Str} ;
+lincat Numeral = { s : Str } ;
lincat Digit = LinDigit ;
lincat Sub10 = LinDigit ;
lincat Sub100 = {s : Str ; s2 : Str} ;
lincat Sub1000 = {s : Str ; s2 : Str} ;
+lincat Sub1000000 = { s : Str } ;
oper mkNum : Str -> Str -> Str -> Str -> LinDigit =
\u -> \tn -> \b -> \t ->