summaryrefslogtreecommitdiff
path: root/doc/tutorial/Fish.gf
blob: c404115e958259797fcba4e78ae62e4000bdf0cf (plain)
1
2
3
4
abstract Fish = {
    cat Fish ;
    fun Salmon, Perch : Fish ;
}