moved phrases like 'I am hungry' from Greetings to Words to make them more general

This commit is contained in:
aarne
2010-03-30 21:48:24 +00:00
parent 61c82fa40e
commit 5e2d2e61c3
16 changed files with 56 additions and 55 deletions

View File

@@ -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 ;
}