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, 5 insertions, 0 deletions
diff --git a/book/examples/chapter4/Computers.gf b/book/examples/chapter4/Computers.gf
new file mode 100644
index 000000000..6bbafd215
--- /dev/null
+++ b/book/examples/chapter4/Computers.gf
@@ -0,0 +1,5 @@
+abstract Computers = Comments ** {
+ fun
+ Computer, HardDisk : Kind ;
+ Efficient, Slow : Quality ;
+}