Finnish works all the way through to Lang

This commit is contained in:
aarne
2005-06-22 13:24:14 +00:00
parent c1cbd94c0e
commit 00d421085d
5 changed files with 617 additions and 2 deletions

View File

@@ -0,0 +1,23 @@
--# -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 ;
-}
}