diff options
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) ; } |
