summaryrefslogtreecommitdiff
path: root/examples/numerals/kulung.gf
diff options
context:
space:
mode:
authorbringert <unknown>2005-05-11 08:34:17 +0000
committerbringert <unknown>2005-05-11 08:34:17 +0000
commitfaa3144390363256e30df634b91b86d9f7522e1a (patch)
tree10130a9b69d606392b0c618b5222d95ba8b1cf0d /examples/numerals/kulung.gf
parent6ad5b937bb35f6aea2c3ea6018e340bc9c376d44 (diff)
Fixed some missing lincats and a syntax error introduced when adding lincats.
Diffstat (limited to 'examples/numerals/kulung.gf')
-rw-r--r--examples/numerals/kulung.gf2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/numerals/kulung.gf b/examples/numerals/kulung.gf
index 3ae2db724..c14028b5c 100644
--- a/examples/numerals/kulung.gf
+++ b/examples/numerals/kulung.gf
@@ -12,7 +12,7 @@ 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 =