summaryrefslogtreecommitdiff
path: root/examples/phrasebook/SentencesFin.gf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/phrasebook/SentencesFin.gf')
-rw-r--r--examples/phrasebook/SentencesFin.gf8
1 files changed, 6 insertions, 2 deletions
diff --git a/examples/phrasebook/SentencesFin.gf b/examples/phrasebook/SentencesFin.gf
index 72eacca5f..bc911643c 100644
--- a/examples/phrasebook/SentencesFin.gf
+++ b/examples/phrasebook/SentencesFin.gf
@@ -1,4 +1,8 @@
-concrete SentencesFin of Sentences = NumeralFin ** SentencesI with
+concrete SentencesFin of Sentences = NumeralFin ** SentencesI - [Is] with
(Syntax = SyntaxFin),
(Symbolic = SymbolicFin),
- (Lexicon = LexiconFin) ;
+ (Lexicon = LexiconFin) ** open SyntaxFin, ExtraFin, (V = VerbFin) in {
+
+ lin Is item prop = mkCl item (V.UseComp (CompPartAP prop)) ; -- pizza on herkullista
+
+ } ;