mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-18 01:09:32 -06:00
21 lines
365 B
Plaintext
21 lines
365 B
Plaintext
--# -path=.:../abstract:../../prelude
|
|
|
|
concrete SimpleLangEng of SimpleLang =
|
|
SimpleEng,
|
|
StructuralEng,
|
|
BasicEng,
|
|
TimeEng,
|
|
CountryEng
|
|
|
|
** 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 ;
|
|
} |