mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 11:42:49 -06:00
added Words.Pound and Sentences.AHaveCurr
This commit is contained in:
@@ -128,9 +128,10 @@ abstract Sentences = Numeral ** {
|
|||||||
-- Actions are typically language-dependent, not only lexically but also
|
-- Actions are typically language-dependent, not only lexically but also
|
||||||
-- structurally. However, these ones are mostly functorial.
|
-- structurally. However, these ones are mostly functorial.
|
||||||
|
|
||||||
AHave : Person -> Kind -> Action ; -- you have a pizza
|
AHave : Person -> Kind -> Action ; -- you have a pizza
|
||||||
ACitizen : Person -> Citizenship -> Action ; -- you are Swedish
|
AHaveCurr : Person -> Currency -> Action ; -- you have dollars
|
||||||
ABePlace : Person -> Place -> Action ; -- you are in the bar
|
ACitizen : Person -> Citizenship -> Action ; -- you are Swedish
|
||||||
|
ABePlace : Person -> Place -> Action ; -- you are in the bar
|
||||||
|
|
||||||
ByTransp : Transport -> ByTransport ; -- by bus
|
ByTransp : Transport -> ByTransport ; -- by bus
|
||||||
|
|
||||||
|
|||||||
@@ -76,6 +76,7 @@ abstract Words = Sentences ** {
|
|||||||
Lei : Currency ; -- Romania
|
Lei : Currency ; -- Romania
|
||||||
Leva : Currency ; -- Bulgaria
|
Leva : Currency ; -- Bulgaria
|
||||||
NorwegianCrown : Currency ;
|
NorwegianCrown : Currency ;
|
||||||
|
Pound : Currency ; -- UK
|
||||||
Rouble : Currency ; -- Russia
|
Rouble : Currency ; -- Russia
|
||||||
SwedishCrown : Currency ;
|
SwedishCrown : Currency ;
|
||||||
Zloty : Currency ; -- Poland
|
Zloty : Currency ; -- Poland
|
||||||
|
|||||||
Reference in New Issue
Block a user