summaryrefslogtreecommitdiff
path: root/examples/phrasebook/DiffPhrasebook.gf
diff options
context:
space:
mode:
authoraarne <aarne@chalmers.se>2010-03-26 22:07:17 +0000
committeraarne <aarne@chalmers.se>2010-03-26 22:07:17 +0000
commit691620346ccdae242ce8b203fc04d3ffeeea6247 (patch)
treec480f98b2615bf16236d0a89e052f0dd0c59712a /examples/phrasebook/DiffPhrasebook.gf
parentc24440d1346a01d660f83359d8ef72a2ef1b0c13 (diff)
change Food to Words in Phrasebook, since it's unpractical to have many small modules; added syntactic forms and words
Diffstat (limited to 'examples/phrasebook/DiffPhrasebook.gf')
-rw-r--r--examples/phrasebook/DiffPhrasebook.gf3
1 files changed, 2 insertions, 1 deletions
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
}