diff options
Diffstat (limited to 'examples/phrasebook/Words.gf')
| -rw-r--r-- | examples/phrasebook/Words.gf | 3 |
1 files changed, 0 insertions, 3 deletions
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 ; |
