From b46442ab0b50fe58417b85d34a97a16e7b06de05 Mon Sep 17 00:00:00 2001 From: hallgren Date: Fri, 12 Nov 2010 16:46:44 +0000 Subject: examples/numerals: adapt to current GF syntax --- examples/numerals/malay.gf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'examples/numerals/malay.gf') diff --git a/examples/numerals/malay.gf b/examples/numerals/malay.gf index 1044fc87d..2fd8018bc 100644 --- a/examples/numerals/malay.gf +++ b/examples/numerals/malay.gf @@ -20,10 +20,10 @@ lincat oper ratus : Nm => Str = -- 100 - table {{sg} => "seratus" ; {pl} => "ratus"} ; + table {sg => "seratus" ; pl => "ratus"} ; ribu : Nm => Str = -- 1000 - table {{sg} => "seribu" ; {pl} => "ribu"} ; + table {sg => "seribu" ; pl => "ribu"} ; mkTab : Str -> Place => Str = \s -> table { _ => s } ; @@ -43,7 +43,7 @@ lin n8 = ss "delapan" ; n9 = ss "sembilan" ; - pot01 = {inh = sg ; s = table {{attr} => [] ; {indep} => "satu"}} ; + pot01 = {inh = sg ; s = table {attr => [] ; indep => "satu"}} ; pot0 d = mkNum d.s ; -- cgit v1.2.3