fixed pre expressions, parsing {} patterns, and the path in resource Make.hs

This commit is contained in:
aarne
2009-05-25 12:19:32 +00:00
parent d6092e0ab2
commit 3d339d38a5
5 changed files with 19 additions and 6 deletions

View File

@@ -375,8 +375,8 @@ param Place = attr | indep ;
param Size = nom | sgg | plg ;
--param Gend = masc | fem | neut ;
oper mille : Size => Str = table {
{nom} => "тысяча" ;
{sgg} => "тысячи" ;
nom => "тысяча" ;
sgg => "тысячи" ;
_ => "тысяч"} ;
oper gg : Str -> Gender => Str = \s -> table {_ => s} ;