Files
gf-core/lib/resource/english/LangEng.gf
2005-10-05 19:02:19 +00:00

26 lines
437 B
Plaintext

--# -path=.:../abstract:../../prelude
-- # -path=.:resource/english:resource/abstract:prelude
concrete LangEng of Lang =
RulesEng,
ClauseEng,
StructuralEng,
BasicEng,
TimeEng,
CountryEng,
MathEng
** open Prelude, ParadigmsEng 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 ;
}