summaryrefslogtreecommitdiff
path: root/examples/tutorial/foods/FoodsIta.gf
diff options
context:
space:
mode:
authoraarne <aarne@cs.chalmers.se>2007-09-02 19:53:55 +0000
committeraarne <aarne@cs.chalmers.se>2007-09-02 19:53:55 +0000
commit2ad038e20448198dce182e58ed999a6e35293ba7 (patch)
treed946c69ea5360c693dd56b089bb62f2914770fac /examples/tutorial/foods/FoodsIta.gf
parent545bcc10ac46bd9e760b005c688f8c5199237424 (diff)
resource using exx revised
Diffstat (limited to 'examples/tutorial/foods/FoodsIta.gf')
-rw-r--r--examples/tutorial/foods/FoodsIta.gf2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/tutorial/foods/FoodsIta.gf b/examples/tutorial/foods/FoodsIta.gf
index d46bf469d..0099058d0 100644
--- a/examples/tutorial/foods/FoodsIta.gf
+++ b/examples/tutorial/foods/FoodsIta.gf
@@ -3,7 +3,7 @@
concrete FoodsIta of Foods = open Prelude in {
lincat
- Phr = SS ;
+ Phrase = SS ;
Quality = {s : Gender => Number => Str} ;
Kind = {s : Number => Str ; g : Gender} ;
Item = {s : Str ; g : Gender ; n : Number} ;