1
0
forked from GitHub/gf-core
Files
gf-core/doc/tutorial/Fruit.gf
2005-12-18 21:26:21 +00:00

5 lines
68 B
Plaintext

abstract Fruit = {
cat Fruit ;
fun Apple, Peach : Fruit ;
}