From 6ad5b937bb35f6aea2c3ea6018e340bc9c376d44 Mon Sep 17 00:00:00 2001 From: bringert Date: Wed, 11 May 2005 08:10:23 +0000 Subject: Added all missing lincats in numerals grammars. --- examples/numerals/kulung.gf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'examples/numerals/kulung.gf') diff --git a/examples/numerals/kulung.gf b/examples/numerals/kulung.gf index f5eda8634..3ae2db724 100644 --- a/examples/numerals/kulung.gf +++ b/examples/numerals/kulung.gf @@ -8,10 +8,12 @@ param Scale = reg | lakh ; -- Expanded in Jadranka Gvozdanovic' (ed.) Numeral Types and Changes -- Worldwide, 1999 +lincat Numeral = { s : Str } ; lincat Digit = {s : DForm => Str} ; lincat Sub10 = {s : DForm => Str ; size : Size} ; lincat Sub100 = {s : Str ; size : Size} ; -lincat Sub1000 = {s : Scale => Str ; size : Size} ; +lincat Sub1000 = {s : Scale => Str ; size : Size} +lincat Sub1000000 = { s : Str } ; oper mkNum : Str -> Str -> Str -> Str -> Lin Digit = \two -> \two2 -> \twenty -> \twenty2 -> -- cgit v1.2.3