forked from GitHub/gf-core
5 lines
66 B
Plaintext
5 lines
66 B
Plaintext
abstract Fish = {
|
|
cat Fish ;
|
|
fun Salmon, Perch : Fish ;
|
|
}
|