1
0
forked from GitHub/gf-core

more demo languages; an entry for demo in Make.hs

This commit is contained in:
aarne
2008-06-23 12:59:26 +00:00
parent c140794c98
commit f47b1a7487
14 changed files with 133 additions and 6 deletions

View File

@@ -21,7 +21,7 @@ oper
Pl => case co of {
NCard Masc => "-cents" ;
NCard Fem => "-centes" ;
_ => variants {} } ;
_ => "-cents" ; ---- variants {} } ; ---- AR 23/6/2008
Sg => "cent"
} ;
cardOrd1 : CardOrd -> (_,_,_:Str) -> Str = \co,dos,dues,segon -> case co of {