summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Benkard <code@mail.matthias.benkard.de>2008-06-10 15:30:12 +0200
committerMatthias Benkard <code@mail.matthias.benkard.de>2008-06-10 15:30:12 +0200
commit7d86d96c3aded01c04bc6b02d54c115a7555f1f8 (patch)
treeba374012afc0ba80117ad244d04a8c0a4c7ab29a
parent15b5abf73cfcd3dc898b27d010a343076dec7bdf (diff)
JOURNAL: Fix the #1=(QUOTE #1#) drawing.
darcs-hash:be1a330271cfea1c53b4cc7070d381d449261259
-rw-r--r--JOURNAL18
1 files changed, 10 insertions, 8 deletions
diff --git a/JOURNAL b/JOURNAL
index 8248fdd..6b13f4c 100644
--- a/JOURNAL
+++ b/JOURNAL
@@ -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