diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2015-11-12 19:07:49 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2015-11-12 19:07:49 -0800 |
commit | 8129ca095626ef343b087e50a4d286e72aeacc91 (patch) | |
tree | e381b14b6d4f4cc6b92a80d820683c1e7413608f | |
parent | 36fc9556a85f37952da4e3b9ad055b54d969e652 (diff) | |
download | txr-8129ca095626ef343b087e50a4d286e72aeacc91.tar.gz txr-8129ca095626ef343b087e50a4d286e72aeacc91.tar.bz2 txr-8129ca095626ef343b087e50a4d286e72aeacc91.zip |
Explanation about mlet circularity.
* txr.1: mlet circular references are detected at
evaluation time, not by the macro.
-rw-r--r-- | txr.1 | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -15945,7 +15945,10 @@ whether initialization takes place, and thus whether its .meta init-form is evaluated. -Direct circular references erroneous and are diagnosed. +Direct circular references are erroneous and are diagnosed. This takes +place when the macro-expanded form is evaluated, not during the +expansion of +.codn mlet . .TP* Examples: |