summaryrefslogtreecommitdiff
path: root/examples/phrasebook/Sentences.gf
diff options
context:
space:
mode:
authoraarne <aarne@chalmers.se>2010-04-29 14:12:46 +0000
committeraarne <aarne@chalmers.se>2010-04-29 14:12:46 +0000
commitff95528799c271584fae918d62fe5f7fee11b5e8 (patch)
tree75cd01b0e18844ae03762c71923ea021d2640467 /examples/phrasebook/Sentences.gf
parent78df7dae66e34355eb803c91a57acc33c2441a26 (diff)
added Words.Pound and Sentences.AHaveCurr
Diffstat (limited to 'examples/phrasebook/Sentences.gf')
-rw-r--r--examples/phrasebook/Sentences.gf7
1 files changed, 4 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