summaryrefslogtreecommitdiff
path: root/doc/tutorial/Mushrooms.gf
diff options
context:
space:
mode:
Diffstat (limited to 'doc/tutorial/Mushrooms.gf')
-rw-r--r--doc/tutorial/Mushrooms.gf4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/tutorial/Mushrooms.gf b/doc/tutorial/Mushrooms.gf
new file mode 100644
index 000000000..87f14de96
--- /dev/null
+++ b/doc/tutorial/Mushrooms.gf
@@ -0,0 +1,4 @@
+abstract Mushrooms = {
+ cat Mushroom ;
+ fun Cep, Agaric : Mushroom ;
+}