diff options
| author | aarne <aarne@chalmers.se> | 2010-04-06 15:45:16 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2010-04-06 15:45:16 +0000 |
| commit | a66d2186fe0df7e72d2ebd7fc7c70629fe555ec4 (patch) | |
| tree | 2ca36803340e215c997e7cd332e81aaaca577861 /examples/phrasebook/Words.gf | |
| parent | 114cdd78d35b74b1332f528adf4bbb4ef4adfaef (diff) | |
comments in phrasebook abstract syntax
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 ; |
