1
0
forked from GitHub/gf-core
Files
gf-core/doc/tutorial/Fish.gf
2005-05-12 16:12:03 +00:00

5 lines
66 B
Plaintext

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