summaryrefslogtreecommitdiff
path: root/doc/tutorial/Morefood.gf
diff options
context:
space:
mode:
Diffstat (limited to 'doc/tutorial/Morefood.gf')
-rw-r--r--doc/tutorial/Morefood.gf8
1 files changed, 0 insertions, 8 deletions
diff --git a/doc/tutorial/Morefood.gf b/doc/tutorial/Morefood.gf
deleted file mode 100644
index 8e27e9718..000000000
--- a/doc/tutorial/Morefood.gf
+++ /dev/null
@@ -1,8 +0,0 @@
-abstract Morefood = Food ** {
- cat
- Question ;
- fun
- QIs : Item -> Quality -> Question ;
- Pizza : Kind ;
-
-}