summaryrefslogtreecommitdiff
path: root/book/examples/chapter2/LettersCnc.gf
diff options
context:
space:
mode:
Diffstat (limited to 'book/examples/chapter2/LettersCnc.gf')
-rw-r--r--book/examples/chapter2/LettersCnc.gf31
1 files changed, 0 insertions, 31 deletions
diff --git a/book/examples/chapter2/LettersCnc.gf b/book/examples/chapter2/LettersCnc.gf
deleted file mode 100644
index 3301f5465..000000000
--- a/book/examples/chapter2/LettersCnc.gf
+++ /dev/null
@@ -1,31 +0,0 @@
-concrete LettersCnc of Letters = {
-
- lincat L = Str ;
- lin
- a = "a" ;
- b = "b" ;
- c = "c" ;
- d = "d" ;
- e = "e" ;
- f = "f" ;
- g = "g" ;
- h = "h" ;
- i = "i" ;
- j = "j" ;
- k = "k" ;
- l = "l" ;
- m = "m" ;
- n = "n" ;
- o = "o" ;
- p = "p" ;
- q = "q" ;
- r = "r" ;
- s = "s" ;
- t = "t" ;
- u = "u" ;
- v = "v" ;
- w = "w" ;
- x = "x" ;
- y = "y" ;
- z = "z" ;
-}