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