diff options
Diffstat (limited to 'examples/phrasebook/Phrasebook.gf')
| -rw-r--r-- | examples/phrasebook/Phrasebook.gf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/phrasebook/Phrasebook.gf b/examples/phrasebook/Phrasebook.gf index f5f5a4663..001b250f5 100644 --- a/examples/phrasebook/Phrasebook.gf +++ b/examples/phrasebook/Phrasebook.gf @@ -1,6 +1,6 @@ abstract Phrasebook = Greetings, - Food + Words ** { flags startcat = Phrase ; @@ -11,6 +11,7 @@ cat fun PNumeral : Numeral -> Phrase ; PSentence : Sentence -> Phrase ; + PQuestion : Question -> Phrase ; PGreeting : Greeting -> Phrase ; ---- PGreeting : Politeness -> Gender -> Gender -> Greeting -> Phrase ; |
