From 691620346ccdae242ce8b203fc04d3ffeeea6247 Mon Sep 17 00:00:00 2001 From: aarne Date: Fri, 26 Mar 2010 22:07:17 +0000 Subject: change Food to Words in Phrasebook, since it's unpractical to have many small modules; added syntactic forms and words --- examples/phrasebook/SentencesFre.gf | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'examples/phrasebook/SentencesFre.gf') diff --git a/examples/phrasebook/SentencesFre.gf b/examples/phrasebook/SentencesFre.gf index 46c57b19c..d4415e74a 100644 --- a/examples/phrasebook/SentencesFre.gf +++ b/examples/phrasebook/SentencesFre.gf @@ -1,3 +1,9 @@ -concrete SentencesFre of Sentences = NumeralFre ** SentencesI with - (DiffPhrasebook = DiffPhrasebookFre), - (Syntax = SyntaxFre) ; +concrete SentencesFre of Sentences = NumeralFre ** SentencesI - [WhetherIs] + with + (DiffPhrasebook = DiffPhrasebookFre), + (Syntax = SyntaxFre) ** open SyntaxFre, ExtraFre in { + + lin WhetherIs item quality = + lin QS {s = \\_ => (EstcequeS (mkS (mkCl item quality))).s} ; + +} -- cgit v1.2.3