diff options
Diffstat (limited to 'examples/phrasebook/SentencesI.gf')
| -rw-r--r-- | examples/phrasebook/SentencesI.gf | 3 |
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 ; |
