mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-19 09:49:33 -06:00
26 lines
449 B
Plaintext
26 lines
449 B
Plaintext
--# -path=.:../abstract:../../prelude
|
|
|
|
concrete LangRus of Lang =
|
|
RulesRus,
|
|
ClauseRus,
|
|
StructuralRus,
|
|
-- BasicRus,
|
|
TimeRus,
|
|
CountryRus,
|
|
-- MathRus
|
|
|
|
** open Prelude, ParadigmsRus, TypesRus
|
|
in {
|
|
flags coding=utf8 ;
|
|
lin
|
|
AdvDate d = {s=d.s ! (SF Sg Acc) };
|
|
AdvTime t = prefixSS "в" t ;
|
|
NWeekday w = w ;
|
|
PNWeekday w = nounPN w ;
|
|
|
|
PNCountry x = x ;
|
|
ANationality x = x ;
|
|
NLanguage x = x ;
|
|
|
|
}
|