forked from GitHub/gf-core
resource = resource-1.0
This commit is contained in:
27
lib/resource-0.9/scandinavian/LangSats.gf
Normal file
27
lib/resource-0.9/scandinavian/LangSats.gf
Normal file
@@ -0,0 +1,27 @@
|
||||
--# -path=.:../../prelude
|
||||
|
||||
abstract LangSats =
|
||||
Rules,
|
||||
Sats,
|
||||
Structural,
|
||||
Basic,
|
||||
Time,
|
||||
Country
|
||||
|
||||
** {
|
||||
fun
|
||||
|
||||
-- Mount $Time$.
|
||||
|
||||
AdvDate : Date -> Adv ;
|
||||
AdvTime : Time -> Adv ;
|
||||
NWeekday : Weekday -> N ;
|
||||
PNWeekday : Weekday -> PN ;
|
||||
|
||||
-- Mount $Country$.
|
||||
|
||||
PNCountry : Country -> PN ;
|
||||
ANationality : Nationality -> A ;
|
||||
NLanguage : Language -> N ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user