diff options
| author | aarne <aarne@chalmers.se> | 2011-12-04 18:09:02 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2011-12-04 18:09:02 +0000 |
| commit | 2a0c611486ec46d63a7109e51a5ad0a1b5dd2184 (patch) | |
| tree | a1aa88d894daee13eb80aded98a849959aea866d /examples/phrasebook/Sentences.gf | |
| parent | ea01e7181e4632aa4c0a9e9151b9bb38dcc8e75e (diff) | |
Male/Female greetings distinguished in Phrasebook
Diffstat (limited to 'examples/phrasebook/Sentences.gf')
| -rw-r--r-- | examples/phrasebook/Sentences.gf | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/examples/phrasebook/Sentences.gf b/examples/phrasebook/Sentences.gf index 5e9354bd7..8dbd8483e 100644 --- a/examples/phrasebook/Sentences.gf +++ b/examples/phrasebook/Sentences.gf @@ -61,9 +61,10 @@ abstract Sentences = Numeral ** { -- PWord : Word -> Phrase ; - PGreeting : Greeting -> Phrase ; - PSentence : Sentence -> Phrase ; - PQuestion : Question -> Phrase ; + PGreetingMale : Greeting -> Phrase ; -- depends on speaker e.g. in Thai + PGreetingFemale : Greeting -> Phrase ; + PSentence : Sentence -> Phrase ; + PQuestion : Question -> Phrase ; PNumber : Number -> Phrase ; PPrice : Price -> Phrase ; |
