mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 19:42:50 -06:00
Male/Female greetings distinguished in Phrasebook
This commit is contained in:
@@ -51,7 +51,7 @@ incomplete concrete SentencesI of Sentences = Numeral **
|
||||
PSentence s = mkText s | lin Text (mkUtt s) ; -- optional '.'
|
||||
PQuestion s = mkText s | lin Text (mkUtt s) ; -- optional '?'
|
||||
|
||||
PGreeting g = mkText (lin Phr g) exclMarkPunct | g ;
|
||||
PGreetingMale, PGreetingFemale = \g -> mkText (lin Phr g) exclMarkPunct | g ;
|
||||
|
||||
-- PWord w = w ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user