Files
gf-core/doc/tutorial/old/Fish.gf
2005-12-18 21:26:21 +00:00

5 lines
66 B
Plaintext

abstract Fish = {
cat Fish ;
fun Salmon, Perch : Fish ;
}