mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-16 16:29:32 -06:00
22 lines
387 B
Plaintext
22 lines
387 B
Plaintext
--# -path=.:../scandinavian:../abstract:../../prelude
|
|
|
|
concrete SimpleLangSwe of SimpleLang =
|
|
SimpleSwe,
|
|
StructuralSwe,
|
|
BasicSwe,
|
|
TimeSwe,
|
|
CountrySwe
|
|
|
|
** open Prelude, ParadigmsSwe in {
|
|
|
|
lin
|
|
AdvDate d = prefixSS "på" d ;
|
|
AdvTime t = prefixSS "klockan" t ;
|
|
NWeekday w = w ;
|
|
PNWeekday w = nounPN w ;
|
|
|
|
PNCountry x = x ;
|
|
ANationality x = x ;
|
|
NLanguage x = x ;
|
|
}
|