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