diff options
Diffstat (limited to 'examples/phrasebook/Sentences.gf')
| -rw-r--r-- | examples/phrasebook/Sentences.gf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/phrasebook/Sentences.gf b/examples/phrasebook/Sentences.gf index 18bf88144..c4f70dcaa 100644 --- a/examples/phrasebook/Sentences.gf +++ b/examples/phrasebook/Sentences.gf @@ -53,6 +53,8 @@ abstract Sentences = Numeral ** { PCountry : Country -> Phrase ; PDay : Day -> Phrase ; + PYes, PNo : Phrase ; + -- This is the way to build propositions about inanimate items. Is : Item -> Quality -> Proposition ; -- this pizza is good |
