Diff interface for Phrasebook

This commit is contained in:
aarne
2010-03-21 03:37:02 +00:00
parent 99b5300795
commit 5c9062f5ea
7 changed files with 41 additions and 2 deletions

View File

@@ -8,6 +8,7 @@ abstract Sentences = Numeral ** {
IsNot : Item -> Quality -> Sentence ;
IWant : Object -> Sentence ;
ILike : Item -> Sentence ;
DoYouHave : Kind -> Sentence ;
WhetherIs : Item -> Quality -> Sentence ;
ObjItem : Item -> Object ;