summaryrefslogtreecommitdiff
path: root/doc/tutorial/old/Fish.gf
diff options
context:
space:
mode:
Diffstat (limited to 'doc/tutorial/old/Fish.gf')
-rw-r--r--doc/tutorial/old/Fish.gf4
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/tutorial/old/Fish.gf b/doc/tutorial/old/Fish.gf
deleted file mode 100644
index c404115e9..000000000
--- a/doc/tutorial/old/Fish.gf
+++ /dev/null
@@ -1,4 +0,0 @@
-abstract Fish = {
- cat Fish ;
- fun Salmon, Perch : Fish ;
-}