summaryrefslogtreecommitdiff
path: root/book/examples/chapter4/ComputersEng.gf
diff options
context:
space:
mode:
Diffstat (limited to 'book/examples/chapter4/ComputersEng.gf')
-rw-r--r--book/examples/chapter4/ComputersEng.gf10
1 files changed, 0 insertions, 10 deletions
diff --git a/book/examples/chapter4/ComputersEng.gf b/book/examples/chapter4/ComputersEng.gf
deleted file mode 100644
index c902be7a7..000000000
--- a/book/examples/chapter4/ComputersEng.gf
+++ /dev/null
@@ -1,10 +0,0 @@
---# -path=.:present
-
-concrete ComputersEng of Computers = CommentsEng **
- open SyntaxEng, ParadigmsEng in {
- lin
- Computer = mkCN (mkN "computer") ;
- HardDisk = mkCN (mkA "hard") (mkN "disk") ;
- Efficient = mkAP (mkA "efficient") ;
- Slow = mkAP (mkA "slow") ;
-}