summaryrefslogtreecommitdiff
path: root/examples/phrasebook/Sentences.gf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/phrasebook/Sentences.gf')
-rw-r--r--examples/phrasebook/Sentences.gf4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/phrasebook/Sentences.gf b/examples/phrasebook/Sentences.gf
index a9f0a7684..1f32b9d22 100644
--- a/examples/phrasebook/Sentences.gf
+++ b/examples/phrasebook/Sentences.gf
@@ -61,6 +61,8 @@ abstract Sentences = Numeral ** {
PCitizenship : Citizenship -> Phrase ;
PCountry : Country -> Phrase ;
PDay : Day -> Phrase ;
+ PByTransport : ByTransport -> Phrase ;
+ PTransport : Transport -> Phrase ;
PYes, PNo : Phrase ;
@@ -130,5 +132,7 @@ abstract Sentences = Numeral ** {
ACitizen : Person -> Citizenship -> Action ; -- you are Swedish
ABePlace : Person -> Place -> Action ; -- you are in the bar
+ ByTransp : Transport -> ByTransport ; -- by bus
+
}