summaryrefslogtreecommitdiff
path: root/examples/phrasebook/SentencesI.gf
diff options
context:
space:
mode:
authoraarne <aarne@chalmers.se>2011-12-04 18:09:02 +0000
committeraarne <aarne@chalmers.se>2011-12-04 18:09:02 +0000
commit2a0c611486ec46d63a7109e51a5ad0a1b5dd2184 (patch)
treea1aa88d894daee13eb80aded98a849959aea866d /examples/phrasebook/SentencesI.gf
parentea01e7181e4632aa4c0a9e9151b9bb38dcc8e75e (diff)
Male/Female greetings distinguished in Phrasebook
Diffstat (limited to 'examples/phrasebook/SentencesI.gf')
-rw-r--r--examples/phrasebook/SentencesI.gf2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/phrasebook/SentencesI.gf b/examples/phrasebook/SentencesI.gf
index b292657ea..91367cdc0 100644
--- a/examples/phrasebook/SentencesI.gf
+++ b/examples/phrasebook/SentencesI.gf
@@ -51,7 +51,7 @@ incomplete concrete SentencesI of Sentences = Numeral **
PSentence s = mkText s | lin Text (mkUtt s) ; -- optional '.'
PQuestion s = mkText s | lin Text (mkUtt s) ; -- optional '?'
- PGreeting g = mkText (lin Phr g) exclMarkPunct | g ;
+ PGreetingMale, PGreetingFemale = \g -> mkText (lin Phr g) exclMarkPunct | g ;
-- PWord w = w ;