summaryrefslogtreecommitdiff
path: root/book/examples/chapter4/Comments.gf
diff options
context:
space:
mode:
Diffstat (limited to 'book/examples/chapter4/Comments.gf')
-rw-r--r--book/examples/chapter4/Comments.gf10
1 files changed, 0 insertions, 10 deletions
diff --git a/book/examples/chapter4/Comments.gf b/book/examples/chapter4/Comments.gf
deleted file mode 100644
index ba36024f3..000000000
--- a/book/examples/chapter4/Comments.gf
+++ /dev/null
@@ -1,10 +0,0 @@
-abstract Comments = {
- flags startcat = Comment ;
- cat
- Comment ; Item ; Kind ; Quality ;
- fun
- Pred : Item -> Quality -> Comment ;
- This, That, These, Those : Kind -> Item ;
- Mod : Quality -> Kind -> Kind ;
- Very : Quality -> Quality ;
-}