diff options
| author | aarne <aarne@chalmers.se> | 2010-03-30 18:48:59 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2010-03-30 18:48:59 +0000 |
| commit | 5cb147fa19fdd348a24bc9d90fc8b5a6041530d8 (patch) | |
| tree | 73a42a9aa38df413443e2a8a730e8e669f70604d /examples/phrasebook/PhrasebookIta.gf | |
| parent | de909a4e44419562ca4ba071e15cf9b8e00288be (diff) | |
simplified the treatment of politeness in Phrasebook
Diffstat (limited to 'examples/phrasebook/PhrasebookIta.gf')
| -rw-r--r-- | examples/phrasebook/PhrasebookIta.gf | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/examples/phrasebook/PhrasebookIta.gf b/examples/phrasebook/PhrasebookIta.gf index d28531e90..0f104a95a 100644 --- a/examples/phrasebook/PhrasebookIta.gf +++ b/examples/phrasebook/PhrasebookIta.gf @@ -4,13 +4,11 @@ concrete PhrasebookIta of Phrasebook = GreetingsIta, WordsIta ** open - (R = Roles), SyntaxIta, - ParadigmsIta, Prelude in { lin - PGreeting p g = mkText (lin Text (ss (g.s ! p.p ! R.Male ! R.Male))) (lin Text (ss p.s)) ; + PGreeting g = lin Text (ss g.s) ; } |
