Files
gf-core/doc/tutorial/Gatherer.gf
2005-12-17 12:32:15 +00:00

5 lines
136 B
Plaintext

abstract Gatherer = Paleolithic, Fish, Mushrooms ** {
fun
FishCN : Fish -> CN ;
MushroomCN : Mushroom -> CN ;
}