1
0
forked from GitHub/gf-core

langs option to Make.hs ; utf8 exception in linearization from the coding flag in grammar

This commit is contained in:
aarne
2008-06-24 08:35:02 +00:00
parent 984c5ecc48
commit 9945a5b08e
6 changed files with 38 additions and 14 deletions

View File

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