summaryrefslogtreecommitdiff
path: root/doc/tutorial/Foodmarket.gf
diff options
context:
space:
mode:
Diffstat (limited to 'doc/tutorial/Foodmarket.gf')
-rw-r--r--doc/tutorial/Foodmarket.gf5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/tutorial/Foodmarket.gf b/doc/tutorial/Foodmarket.gf
new file mode 100644
index 000000000..18bbe6853
--- /dev/null
+++ b/doc/tutorial/Foodmarket.gf
@@ -0,0 +1,5 @@
+abstract Foodmarket = Food, Fruit, Mushroom ** {
+ fun
+ FruitKind : Fruit -> Kind ;
+ MushroomKind : Mushroom -> Kind ;
+}