summaryrefslogtreecommitdiff
path: root/doc/tutorial/applications/Comments.gf
diff options
context:
space:
mode:
Diffstat (limited to 'doc/tutorial/applications/Comments.gf')
-rw-r--r--doc/tutorial/applications/Comments.gf12
1 files changed, 0 insertions, 12 deletions
diff --git a/doc/tutorial/applications/Comments.gf b/doc/tutorial/applications/Comments.gf
deleted file mode 100644
index 3801ee77a..000000000
--- a/doc/tutorial/applications/Comments.gf
+++ /dev/null
@@ -1,12 +0,0 @@
-abstract Comments = {
-
- cat
- S ; Item ; Kind ; Quality ;
-
- fun
- Is : Item -> Quality -> S ;
- This, That, These, Those : Kind -> Item ;
- QKind : Quality -> Kind -> Kind ;
- Very : Quality -> Quality ;
-
-}