1
0
forked from GitHub/gf-core
Files
gf-core/lib/resource/finnish/LangFin.gf
2005-09-15 15:22:00 +00:00

27 lines
417 B
Plaintext

--# -path=.:../abstract:../../prelude
concrete LangFin of Lang =
RulesFin,
ClauseFin,
StructuralFin,
BasicFin,
---- TimeEng,
---- CountryEng
MathFin
** open Prelude, ParadigmsFin in {
flags unlexer=finnish ;
{-
lin
AdvDate d = prefixSS "on" d ;
AdvTime t = prefixSS "at" t ;
NWeekday w = w ;
PNWeekday w = nounPN w ;
PNCountry x = x ;
ANationality x = x ;
NLanguage x = x ;
-}
}