forked from GitHub/gf-core
simplified the treatment of politeness in Phrasebook
This commit is contained in:
@@ -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) ;
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user