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 b4abd2ebba
commit 4867b91778
18 changed files with 61 additions and 57 deletions

View File

@@ -39,5 +39,10 @@ concrete WordsEng of Words = SentencesEng **
ASpeak p lang = mkCl p (mkV2 IrregEng.speak_V) lang ;
ALove p q = mkCl p (mkV2 (mkV "love")) q ;
AHungry p = mkCl p (mkA "hungry") ;
AThirsty p = mkCl p (mkA "thirsty") ;
ATired p = mkCl p (mkA "tired") ;
AScared p = mkCl p (mkA "scared") ;
AUnderstand p = mkCl p IrregEng.understand_V ;
}