summaryrefslogtreecommitdiff
path: root/examples/phrasebook/Sentences.gf
diff options
context:
space:
mode:
authoraarne <aarne@chalmers.se>2010-03-21 03:37:02 +0000
committeraarne <aarne@chalmers.se>2010-03-21 03:37:02 +0000
commit68840a3d6a745b0c98ee63e070afce22e10c3ba4 (patch)
treeb63b632fb53b328701a947ac164ff0c65983a0e8 /examples/phrasebook/Sentences.gf
parent5584415807061e801c124bdbaa37350c3b418a25 (diff)
Diff interface for Phrasebook
Diffstat (limited to 'examples/phrasebook/Sentences.gf')
-rw-r--r--examples/phrasebook/Sentences.gf1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/phrasebook/Sentences.gf b/examples/phrasebook/Sentences.gf
index 0a9c7b57e..7afd69435 100644
--- a/examples/phrasebook/Sentences.gf
+++ b/examples/phrasebook/Sentences.gf
@@ -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 ;