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, 5 insertions, 0 deletions
diff --git a/book/examples/chapter4/Clothes.gf b/book/examples/chapter4/Clothes.gf
new file mode 100644
index 000000000..e17400a27
--- /dev/null
+++ b/book/examples/chapter4/Clothes.gf
@@ -0,0 +1,5 @@
+abstract Clothes = Comments ** {
+ fun
+ Shirt, Jacket : Kind ;
+ Comfortable, Elegant : Quality ;
+}