mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 03:32:51 -06:00
23 lines
399 B
Plaintext
23 lines
399 B
Plaintext
--# -path=.:../romance:../abstract:../../prelude
|
|
|
|
concrete LangIta of Lang =
|
|
RulesIta,
|
|
ClauseIta,
|
|
StructuralIta,
|
|
BasicIta,
|
|
TimeIta,
|
|
CountryIta
|
|
|
|
** open Prelude, ParadigmsIta in {
|
|
|
|
lin
|
|
AdvDate d = prefixSS "il" d ;
|
|
AdvTime t = prefixSS "alle" t ;
|
|
NWeekday w = w ;
|
|
PNWeekday w = mkPN (w.s ! singular) w.g ;
|
|
|
|
PNCountry x = x ;
|
|
ANationality x = x ;
|
|
NLanguage x = x ;
|
|
}
|