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, 0 insertions, 5 deletions
diff --git a/doc/tutorial/Foodmarket.gf b/doc/tutorial/Foodmarket.gf
deleted file mode 100644
index 18bbe6853..000000000
--- a/doc/tutorial/Foodmarket.gf
+++ /dev/null
@@ -1,5 +0,0 @@
-abstract Foodmarket = Food, Fruit, Mushroom ** {
- fun
- FruitKind : Fruit -> Kind ;
- MushroomKind : Mushroom -> Kind ;
-}