summaryrefslogtreecommitdiff
path: root/doc/tutorial/Gatherer.gf
diff options
context:
space:
mode:
authoraarne <aarne@cs.chalmers.se>2005-12-17 12:32:15 +0000
committeraarne <aarne@cs.chalmers.se>2005-12-17 12:32:15 +0000
commitc9264a4e1f439d9c82d75aff60dd053008f3d3ca (patch)
treeb534616c169c4a8bc765ed52128f77b4c21efe74 /doc/tutorial/Gatherer.gf
parent5161a93ae8e728e70eac16087cb83df5436ac8a6 (diff)
progress in tutorial
Diffstat (limited to 'doc/tutorial/Gatherer.gf')
-rw-r--r--doc/tutorial/Gatherer.gf4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/tutorial/Gatherer.gf b/doc/tutorial/Gatherer.gf
index 254a46ec0..4ef16485a 100644
--- a/doc/tutorial/Gatherer.gf
+++ b/doc/tutorial/Gatherer.gf
@@ -1,5 +1,5 @@
abstract Gatherer = Paleolithic, Fish, Mushrooms ** {
fun
- UseFish : Fish -> CN ;
- UseMushroom : Mushroom -> CN ;
+ FishCN : Fish -> CN ;
+ MushroomCN : Mushroom -> CN ;
} \ No newline at end of file