forked from GitHub/gf-core
overload problem in Phrasebook fixed
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 '?'
|
||||
|
||||
PGreetingMale, PGreetingFemale = \g -> mkText (lin Phr g) exclMarkPunct | g ;
|
||||
PGreetingMale, PGreetingFemale = \g -> mkText (lin Phr (ss g.s)) exclMarkPunct | g ;
|
||||
|
||||
-- PWord w = w ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user