diff options
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 ; |
