summaryrefslogtreecommitdiff
path: root/doc/tutorial/old/Gatherer.gf
blob: 4ef16485a36611eacddbc9fc955310f200dbb21d (plain)
1
2
3
4
5
abstract Gatherer = Paleolithic, Fish, Mushrooms ** {
    fun 
      FishCN     : Fish     -> CN ;
      MushroomCN : Mushroom -> CN ;
}