diff options
Diffstat (limited to 'examples/phrasebook/Sentences.gf')
| -rw-r--r-- | examples/phrasebook/Sentences.gf | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/examples/phrasebook/Sentences.gf b/examples/phrasebook/Sentences.gf index 031253b9e..a58728d4a 100644 --- a/examples/phrasebook/Sentences.gf +++ b/examples/phrasebook/Sentences.gf @@ -70,7 +70,8 @@ abstract Sentences = Numeral ** { -- This is the way to build propositions about inanimate items. - Is : Item -> Quality -> Proposition ; -- this pizza is good + Is : Item -> Quality -> Proposition ; -- this pizza is good + IsMass : MassKind -> Quality -> Proposition ; -- Belgian beer is good -- To use propositions on higher levels. @@ -146,10 +147,8 @@ abstract Sentences = Numeral ** { ByTransp : Transport -> ByTransport ; -- by bus AKnowSentence : Person -> Sentence -> Action ; -- you know that I am in the bar - AKnowPerson : Person -> Person -> Action ; -- you know me - --- in Words, as long as Lexicon doesn't have it --- AKnowQuestion : Person -> Question -> Action ; -- you know how far the bar is + AKnowPerson : Person -> Person -> Action ; -- you know me + AKnowQuestion : Person -> Question -> Action ; -- you know how far the bar is } |
