mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-11 04:02:52 -06:00
moved lexical parts of Construction to Names, and added Language names there ; implemented for the six old Construction languages
This commit is contained in:
@@ -79,9 +79,12 @@ fun
|
||||
intYear : Int -> Year ;
|
||||
intMonthday : Int -> Monthday ;
|
||||
|
||||
monday_Weekday, tuesday_Weekday, wednesday_Weekday, thursday_Weekday, friday_Weekday, saturday_Weekday, sunday_Weekday : Weekday ;
|
||||
|
||||
january_Month, february_Month, march_Month, april_Month, may_Month, june_Month, july_Month : Month ;
|
||||
august_Month, september_Month, october_Month, november_Month, december_Month : Month ;
|
||||
-- languages
|
||||
|
||||
cat
|
||||
Language ;
|
||||
fun
|
||||
InLanguage : Language -> Adv ;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user