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