mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-15 15:59:32 -06:00
22 lines
395 B
Plaintext
22 lines
395 B
Plaintext
--# -path=.:../romance:../abstract:../../prelude
|
|
|
|
concrete SimpleLangFre of SimpleLang =
|
|
SimpleFre,
|
|
StructuralFre,
|
|
BasicFre,
|
|
TimeFre,
|
|
CountryFre
|
|
|
|
** open Prelude, ParadigmsFre in {
|
|
|
|
lin
|
|
AdvDate d = prefixSS "le" d ;
|
|
AdvTime t = prefixSS "à" t ;
|
|
NWeekday w = w ;
|
|
PNWeekday w = mkPN (w.s ! singular) w.g ;
|
|
|
|
PNCountry x = x ;
|
|
ANationality x = x ;
|
|
NLanguage x = x ;
|
|
}
|