mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-18 23:52:51 -06:00
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 '.'
|
PSentence s = mkText s | lin Text (mkUtt s) ; -- optional '.'
|
||||||
PQuestion 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 ;
|
-- PWord w = w ;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user