Files
gf-core/lib/resource/finnish/LangFin.gf
2005-06-22 13:24:14 +00:00

23 lines
380 B
Plaintext

--# -path=.:../abstract:../../prelude
concrete LangFin of Lang =
RulesFin,
ClauseFin,
StructuralFin,
BasicFin
---- TimeEng,
---- CountryEng
** open Prelude, ParadigmsFin in {
{-
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 ;
-}
}