mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 19:42:50 -06:00
simplified the treatment of politeness in Phrasebook
This commit is contained in:
@@ -4,12 +4,10 @@ concrete PhrasebookFre of Phrasebook =
|
||||
GreetingsFre,
|
||||
WordsFre
|
||||
** open
|
||||
(R = Roles),
|
||||
SyntaxFre,
|
||||
Prelude in {
|
||||
|
||||
lin
|
||||
PGreeting p g = mkText (lin Text (ss (g.s ! p.p ! R.Male ! R.Male))) (lin Text (ss p.s)) ;
|
||||
---- PGreeting p s h g = mkPhrase (g.s ! p.p ! s.g ! h.g ++ p.s ++ s.s ++ h.s) ;
|
||||
PGreeting g = lin Text (ss g.s) ;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user