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, 8 insertions, 0 deletions
diff --git a/doc/tutorial/Morefood.gf b/doc/tutorial/Morefood.gf
new file mode 100644
index 000000000..8e27e9718
--- /dev/null
+++ b/doc/tutorial/Morefood.gf
@@ -0,0 +1,8 @@
+abstract Morefood = Food ** {
+ cat
+ Question ;
+ fun
+ QIs : Item -> Quality -> Question ;
+ Pizza : Kind ;
+
+}