forked from GitHub/gf-core
new tutorial example
This commit is contained in:
5
doc/tutorial/Foodmarket.gf
Normal file
5
doc/tutorial/Foodmarket.gf
Normal file
@@ -0,0 +1,5 @@
|
||||
abstract Foodmarket = Food, Fruit, Mushroom ** {
|
||||
fun
|
||||
FruitKind : Fruit -> Kind ;
|
||||
MushroomKind : Mushroom -> Kind ;
|
||||
}
|
||||
Reference in New Issue
Block a user