forked from GitHub/gf-core
Male/Female greetings distinguished in Phrasebook
This commit is contained in:
@@ -61,9 +61,10 @@ abstract Sentences = Numeral ** {
|
||||
|
||||
-- PWord : Word -> Phrase ;
|
||||
|
||||
PGreeting : Greeting -> Phrase ;
|
||||
PSentence : Sentence -> Phrase ;
|
||||
PQuestion : Question -> Phrase ;
|
||||
PGreetingMale : Greeting -> Phrase ; -- depends on speaker e.g. in Thai
|
||||
PGreetingFemale : Greeting -> Phrase ;
|
||||
PSentence : Sentence -> Phrase ;
|
||||
PQuestion : Question -> Phrase ;
|
||||
|
||||
PNumber : Number -> Phrase ;
|
||||
PPrice : Price -> Phrase ;
|
||||
|
||||
Reference in New Issue
Block a user