summaryrefslogtreecommitdiff
path: root/examples/numerals/kwami.gf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/numerals/kwami.gf')
-rw-r--r--examples/numerals/kwami.gf2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/numerals/kwami.gf b/examples/numerals/kwami.gf
index 9ae1cd1d9..43e56456b 100644
--- a/examples/numerals/kwami.gf
+++ b/examples/numerals/kwami.gf
@@ -7,6 +7,8 @@ flags coding=latinasupplement ;
param Size = sg | two | three | other ;
oper LinDigit = {s : Str ; size : Size} ;
+
+lincat Numeral = {s : Str} ;
lincat Digit = LinDigit ;
lincat Sub10 = LinDigit ;
lincat Sub100 = LinDigit ;