forked from GitHub/gf-core
5 lines
68 B
Plaintext
5 lines
68 B
Plaintext
abstract Fruit = {
|
|
cat Fruit ;
|
|
fun Apple, Peach : Fruit ;
|
|
}
|