summaryrefslogtreecommitdiff
path: root/examples/numerals/quechua.gf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/numerals/quechua.gf')
-rw-r--r--examples/numerals/quechua.gf3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/numerals/quechua.gf b/examples/numerals/quechua.gf
index 768a5921a..cd6925159 100644
--- a/examples/numerals/quechua.gf
+++ b/examples/numerals/quechua.gf
@@ -6,11 +6,12 @@ param Size = sg | pl ;
-- Quechua har no standard orthography so there are numerous spelling variants
-- not considered here.
-
+lincat Numeral = { s : Str } ;
lincat Digit = {s : DForm => Str ; size : Size} ;
lincat Sub10 = {s : DForm => Str ; size : Size} ;
lincat Sub100 = {s : Str ; size : Size} ;
lincat Sub1000 = {s : Str ; size : Size} ;
+lincat Sub1000000 = { s : Str } ;
oper mkRegNum1 : Str -> Lin Digit =
\juk ->