diff options
Diffstat (limited to 'book/examples/chapter2/StringsFW.gf')
| -rw-r--r-- | book/examples/chapter2/StringsFW.gf | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/book/examples/chapter2/StringsFW.gf b/book/examples/chapter2/StringsFW.gf deleted file mode 100644 index c0f80c313..000000000 --- a/book/examples/chapter2/StringsFW.gf +++ /dev/null @@ -1,5 +0,0 @@ -concrete StringsFW of Strings = LettersCnc ** { - lincat S = Str ; - lin E = [] ; - lin C head tail = head ++ tail ; -} |
