diff options
| author | aarne <aarne@chalmers.se> | 2010-08-25 09:08:31 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2010-08-25 09:08:31 +0000 |
| commit | c67a50b86928964a9cd04e7ca5f8f63612a562d1 (patch) | |
| tree | 2f8af31da74515e2a785bde55f90c13cf2d5e27f /examples/phrasebook/SentencesI.gf | |
| parent | d3a686627704c3c73d86f5d31bf3669e5c793b35 (diff) | |
updates in Phrasebook and resources
Diffstat (limited to 'examples/phrasebook/SentencesI.gf')
| -rw-r--r-- | examples/phrasebook/SentencesI.gf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/phrasebook/SentencesI.gf b/examples/phrasebook/SentencesI.gf index f871c7d06..334b7e92a 100644 --- a/examples/phrasebook/SentencesI.gf +++ b/examples/phrasebook/SentencesI.gf @@ -133,6 +133,9 @@ incomplete concrete SentencesI of Sentences = Numeral ** ABePlace p place = mkCl p.name place.at ; ByTransp t = t.by ; + AKnowSentence p s = mkCl p.name Lexicon.know_VS s ; + AKnowPerson p q = mkCl p.name Lexicon.know_V2 q.name ; + oper -- These operations are used internally in Sentences. |
