diff options
| author | aarne <aarne@chalmers.se> | 2010-03-21 03:37:02 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2010-03-21 03:37:02 +0000 |
| commit | 68840a3d6a745b0c98ee63e070afce22e10c3ba4 (patch) | |
| tree | b63b632fb53b328701a947ac164ff0c65983a0e8 /examples/phrasebook/Sentences.gf | |
| parent | 5584415807061e801c124bdbaa37350c3b418a25 (diff) | |
Diff interface for Phrasebook
Diffstat (limited to 'examples/phrasebook/Sentences.gf')
| -rw-r--r-- | examples/phrasebook/Sentences.gf | 1 |
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 ; |
