diff options
Diffstat (limited to 'book/examples/chapter2/Strings.gf')
| -rw-r--r-- | book/examples/chapter2/Strings.gf | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/book/examples/chapter2/Strings.gf b/book/examples/chapter2/Strings.gf deleted file mode 100644 index 411ceed53..000000000 --- a/book/examples/chapter2/Strings.gf +++ /dev/null @@ -1,7 +0,0 @@ -abstract Strings = Letters ** { - -cat S ; -fun - E : S ; - C : L -> S -> S ; -} |
