mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-19 16:12:52 -06:00
simplified the treatment of politeness in Phrasebook
This commit is contained in:
@@ -3,11 +3,10 @@
|
||||
concrete PhrasebookEng of Phrasebook =
|
||||
GreetingsEng,
|
||||
WordsEng ** open
|
||||
(R = Roles),
|
||||
SyntaxEng,
|
||||
Prelude in {
|
||||
|
||||
lin
|
||||
PGreeting p g = mkText (lin Text g) (lin Text (ss p.s)) ;
|
||||
PGreeting g = lin Text g ;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user