summaryrefslogtreecommitdiff
path: root/book/examples/chapter4/Computers.gf
diff options
context:
space:
mode:
Diffstat (limited to 'book/examples/chapter4/Computers.gf')
-rw-r--r--book/examples/chapter4/Computers.gf5
1 files changed, 0 insertions, 5 deletions
diff --git a/book/examples/chapter4/Computers.gf b/book/examples/chapter4/Computers.gf
deleted file mode 100644
index 6bbafd215..000000000
--- a/book/examples/chapter4/Computers.gf
+++ /dev/null
@@ -1,5 +0,0 @@
-abstract Computers = Comments ** {
- fun
- Computer, HardDisk : Kind ;
- Efficient, Slow : Quality ;
-}