diff options
Diffstat (limited to 'examples/phrasebook/Words.gf')
| -rw-r--r-- | examples/phrasebook/Words.gf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/phrasebook/Words.gf b/examples/phrasebook/Words.gf index 12fad7bc8..0967e8848 100644 --- a/examples/phrasebook/Words.gf +++ b/examples/phrasebook/Words.gf @@ -21,4 +21,10 @@ abstract Words = Sentences ** { ASpeak : Person -> Language -> Action ; ALove : Person -> Person -> Action ; + AHungry : Person -> Action ; + AThirsty : Person -> Action ; + ATired : Person -> Action ; + AScared : Person -> Action ; + AUnderstand : Person -> Action ; + } |
