summaryrefslogtreecommitdiff
path: root/examples/phrasebook/SentencesI.gf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/phrasebook/SentencesI.gf')
-rw-r--r--examples/phrasebook/SentencesI.gf3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/phrasebook/SentencesI.gf b/examples/phrasebook/SentencesI.gf
index 1dbaf7861..584c5cfbd 100644
--- a/examples/phrasebook/SentencesI.gf
+++ b/examples/phrasebook/SentencesI.gf
@@ -45,6 +45,9 @@ incomplete concrete SentencesI of Sentences = Numeral **
PCitizenship x = mkPhrase (mkUtt (mkAP x)) ;
PDay d = mkPhrase (mkUtt d.name) ;
+ PYes = mkPhrase yes_Utt ;
+ PNo = mkPhrase no_Utt ;
+
Is = mkCl ;
SProp = mkS ;