mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-24 03:52:50 -06:00
simplified the treatment of politeness in Phrasebook
This commit is contained in:
@@ -8,6 +8,6 @@ concrete PhrasebookRon of Phrasebook =
|
||||
Prelude in {
|
||||
|
||||
lin
|
||||
PGreeting p g = mkText (lin Text (ss g.s)) (lin Text (ss p.s)) ;
|
||||
PGreeting g = lin Text (ss g.s) ;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user