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

@@ -39,5 +39,10 @@ concrete WordsSwe of Words = SentencesSwe **
ASpeak p lang = mkCl p (mkV2 (mkV "tala")) lang ;
ALove p q = mkCl p (mkV2 (mkV "älska")) q ;
AHungry p = mkCl p (mkA "hungrig") ;
AThirsty p = mkCl p (mkA "törstig") ;
ATired p = mkCl p (mkA "trött") ;
AScared p = mkCl p (mkA "rädd") ;
AUnderstand p = mkCl p (mkV "förstå" "förstod" "förstått") ;
}