small fixes in Phrasebook, particularly PSeeYouPlaceDate

This commit is contained in:
aarne
2010-04-30 06:55:15 +00:00
parent 62dd93f728
commit a47df1d54e
9 changed files with 34 additions and 23 deletions

View File

@@ -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