From ff95528799c271584fae918d62fe5f7fee11b5e8 Mon Sep 17 00:00:00 2001 From: aarne Date: Thu, 29 Apr 2010 14:12:46 +0000 Subject: [PATCH] added Words.Pound and Sentences.AHaveCurr --- examples/phrasebook/Sentences.gf | 7 ++++--- examples/phrasebook/Words.gf | 1 + 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/examples/phrasebook/Sentences.gf b/examples/phrasebook/Sentences.gf index 1f32b9d22..1109b8bfa 100644 --- a/examples/phrasebook/Sentences.gf +++ b/examples/phrasebook/Sentences.gf @@ -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 diff --git a/examples/phrasebook/Words.gf b/examples/phrasebook/Words.gf index 4a85bf57d..224d7fc05 100644 --- a/examples/phrasebook/Words.gf +++ b/examples/phrasebook/Words.gf @@ -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