progress in tutorial

This commit is contained in:
aarne
2005-12-17 12:32:15 +00:00
parent 3068777fdb
commit 5079425dd5
3 changed files with 766 additions and 432 deletions

View File

@@ -1,5 +1,5 @@
abstract Gatherer = Paleolithic, Fish, Mushrooms ** {
fun
UseFish : Fish -> CN ;
UseMushroom : Mushroom -> CN ;
FishCN : Fish -> CN ;
MushroomCN : Mushroom -> CN ;
}