1
0
forked from GitHub/gf-core
Files
gf-core/doc/tutorial/old/Gatherer.gf
2005-12-18 21:26:21 +00:00

5 lines
136 B
Plaintext

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