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/DiffPhrasebook.gf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'examples/phrasebook/DiffPhrasebook.gf') diff --git a/examples/phrasebook/DiffPhrasebook.gf b/examples/phrasebook/DiffPhrasebook.gf index 8be58bb7e..27076323b 100644 --- a/examples/phrasebook/DiffPhrasebook.gf +++ b/examples/phrasebook/DiffPhrasebook.gf @@ -3,6 +3,7 @@ interface DiffPhrasebook = open Syntax in { oper want_V2 : V2 ; like_V2 : V2 ; - + cost_V2 : V2 ; -- it costs five euros + cost_V : V ; -- how much does it cost } -- cgit v1.2.3