mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-20 00:22:51 -06:00
small fixes in Phrasebook, particularly PSeeYouPlaceDate
This commit is contained in:
@@ -157,8 +157,11 @@ abstract Words = Sentences ** {
|
||||
PropOpenDay : Place -> Day -> Proposition ; -- the museum is open on Mondays
|
||||
PropClosedDay : Place -> Day -> Proposition ; -- the museum is closed on Mondays
|
||||
|
||||
PSeeYou : Date -> Phrase ; -- see you on Monday
|
||||
PSeeYouPlace : Place -> Date -> Phrase ; -- see you in the bar on Monday
|
||||
PSeeYouPlaceDate : Place -> Date -> Phrase ; -- see you in the bar on Monday
|
||||
PSeeYouPlace : Place -> Phrase ; -- see you in the bar
|
||||
PSeeYouDate : Date -> Phrase ; -- see you on Monday
|
||||
|
||||
|
||||
|
||||
-- family relations
|
||||
|
||||
|
||||
Reference in New Issue
Block a user