1
0
forked from GitHub/gf-core

added Words.Pound and Sentences.AHaveCurr

This commit is contained in:
aarne
2010-04-29 14:12:46 +00:00
parent 78df7dae66
commit ff95528799
2 changed files with 5 additions and 3 deletions

View File

@@ -128,9 +128,10 @@ abstract Sentences = Numeral ** {
-- Actions are typically language-dependent, not only lexically but also
-- structurally. However, these ones are mostly functorial.
AHave : Person -> Kind -> Action ; -- you have a pizza
ACitizen : Person -> Citizenship -> Action ; -- you are Swedish
ABePlace : Person -> Place -> Action ; -- you are in the bar
AHave : Person -> Kind -> Action ; -- you have a pizza
AHaveCurr : Person -> Currency -> Action ; -- you have dollars
ACitizen : Person -> Citizenship -> Action ; -- you are Swedish
ABePlace : Person -> Place -> Action ; -- you are in the bar
ByTransp : Transport -> ByTransport ; -- by bus

View File

@@ -76,6 +76,7 @@ abstract Words = Sentences ** {
Lei : Currency ; -- Romania
Leva : Currency ; -- Bulgaria
NorwegianCrown : Currency ;
Pound : Currency ; -- UK
Rouble : Currency ; -- Russia
SwedishCrown : Currency ;
Zloty : Currency ; -- Poland