From a66d2186fe0df7e72d2ebd7fc7c70629fe555ec4 Mon Sep 17 00:00:00 2001 From: aarne Date: Tue, 6 Apr 2010 15:45:16 +0000 Subject: comments in phrasebook abstract syntax --- examples/phrasebook/Words.gf | 3 --- 1 file changed, 3 deletions(-) (limited to 'examples/phrasebook/Words.gf') diff --git a/examples/phrasebook/Words.gf b/examples/phrasebook/Words.gf index 594589569..6d5cf91b0 100644 --- a/examples/phrasebook/Words.gf +++ b/examples/phrasebook/Words.gf @@ -23,10 +23,8 @@ abstract Words = Sentences ** { AWant : Person -> Object -> Action ; ALike : Person -> Item -> Action ; - AHave : Person -> Kind -> Action ; ASpeak : Person -> Language -> Action ; ALove : Person -> Person -> Action ; - ACitizen : Person -> Citizenship -> Action ; AHungry : Person -> Action ; AThirsty : Person -> Action ; ATired : Person -> Action ; @@ -35,7 +33,6 @@ abstract Words = Sentences ** { AUnderstand : Person -> Action ; AKnow : Person -> Action ; AWantGo : Person -> Place -> Action ; - ABePlace : Person -> Place -> Action ; AHasName : Person -> Name -> Action ; ALive : Person -> Country -> Action ; -- cgit v1.2.3