mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-22 09:32:53 -06:00
moved phrases like 'I am hungry' from Greetings to Words to make them more general
This commit is contained in:
@@ -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 ;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user