diff options
author | Matthias Benkard <code@mail.matthias.benkard.de> | 2008-06-10 15:30:12 +0200 |
---|---|---|
committer | Matthias Benkard <code@mail.matthias.benkard.de> | 2008-06-10 15:30:12 +0200 |
commit | 7d86d96c3aded01c04bc6b02d54c115a7555f1f8 (patch) | |
tree | ba374012afc0ba80117ad244d04a8c0a4c7ab29a | |
parent | 15b5abf73cfcd3dc898b27d010a343076dec7bdf (diff) |
JOURNAL: Fix the #1=(QUOTE #1#) drawing.
darcs-hash:be1a330271cfea1c53b4cc7070d381d449261259
-rw-r--r-- | JOURNAL | 18 |
1 files changed, 10 insertions, 8 deletions
@@ -58,19 +58,21 @@ get ugly fast... An alternative is needed. **#1=(quote #1#)** <example> - +---------------+ - | | - v | - +------+------+ | - | | | | - | | --------+ - | | | | - +--|---+------+ + +--------------------+ + | | + v | + +------+------+ +--|---+------+ + | | | | | | | + | | --------->| | ---------> NIL + | | | | | | | + +--|---+------+ +------+------+ | v QUOTE </example> +(**Update 2008-06-10, 15:20 CEST:** [[http://www.foldr.org/~michaelw/][Michael Weber]] noticed that I had +erroneously drawn **#1=(quote . #1#)**. I've fixed the drawing.) * 2008-03-21, 19:50:17 CET |