From 727b3bf626ae41623e496dc8063e4d3818d2b513 Mon Sep 17 00:00:00 2001 From: aarne Date: Fri, 16 Apr 2010 09:57:10 +0000 Subject: conjunction of Object in Phrasebook --- examples/phrasebook/Words.gf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/phrasebook/Words.gf') diff --git a/examples/phrasebook/Words.gf b/examples/phrasebook/Words.gf index f595eac84..755a91c53 100644 --- a/examples/phrasebook/Words.gf +++ b/examples/phrasebook/Words.gf @@ -80,7 +80,7 @@ abstract Words = Sentences ** { AHasAge : Person -> Number -> Action ; -- I am seventy years AHasChildren: Person -> Number -> Action ; -- I have six children - AHasName : Person -> Name -> Action ; -- my name is Bond + AHasName : Person -> Name -> Action ; -- my name is Bond AHasRoom : Person -> Number -> Action ; -- you have a room for five persons AHasTable : Person -> Number -> Action ; -- you have a table for five persons AHungry : Person -> Action ; -- I am hungry @@ -102,7 +102,7 @@ abstract Words = Sentences ** { -- Miscellaneous phrases. Notice that also negations and questions can be formed from -- propositions. - QWhatAge : Person -> Question ; -- how many years are you + QWhatAge : Person -> Question ; -- how old are you QWhatName : Person -> Question ; -- what is your name HowMuchCost : Item -> Question ; -- how much does the pizza cost ItCost : Item -> Price -> Proposition ; -- the pizza costs five euros -- cgit v1.2.3