forked from GitHub/gf-core
5 lines
76 B
Plaintext
5 lines
76 B
Plaintext
abstract Mushroom = {
|
|
cat Mushroom ;
|
|
fun Cep, Agaric : Mushroom ;
|
|
}
|