summaryrefslogtreecommitdiff
path: root/examples/tutorial/foods/FoodsEng.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/FoodsEng.gf
parent545bcc10ac46bd9e760b005c688f8c5199237424 (diff)
resource using exx revised
Diffstat (limited to 'examples/tutorial/foods/FoodsEng.gf')
-rw-r--r--examples/tutorial/foods/FoodsEng.gf2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/tutorial/foods/FoodsEng.gf b/examples/tutorial/foods/FoodsEng.gf
index 8ea5e6079..69a427006 100644
--- a/examples/tutorial/foods/FoodsEng.gf
+++ b/examples/tutorial/foods/FoodsEng.gf
@@ -3,7 +3,7 @@
concrete FoodsEng of Foods = open Prelude in {
lincat
- Phr, Quality = SS ;
+ Phrase, Quality = SS ;
Kind = {s : Number => Str} ;
Item = {s : Str ; n : Number} ;