Replace missing math images with Unicode
This commit is contained in:
parent
32472a5e3f
commit
3ac2d1f810
|
@ -235,7 +235,7 @@ An <tt>import</tt> form now has the following syntax:
|
|||
|
||||
|
||||
<TABLE><TR><TD nowrap align="left">
|
||||
<i>spec</i></TD><TD nowrap align="center"><img src="math/site/0.gif" alt="<graphic>"></TD><TD nowrap align="left"><i>id</i></TD></TR><TR><TD nowrap align="left">
|
||||
<i>spec</i></TD><TD nowrap align="center">=</TD><TD nowrap align="left"><i>id</i></TD></TR><TR><TD nowrap align="left">
|
||||
</TD><TD nowrap align="center">|</TD><TD nowrap align="left"><tt>(only</tt> <i>spec</i> <i>id</i>*<tt>)</tt></TD></TR><TR><TD nowrap align="left">
|
||||
</TD><TD nowrap align="center">|</TD><TD nowrap align="left"><tt>(except</tt> <i>spec</i> <i>id</i>*<tt>)</tt></TD></TR><TR><TD nowrap align="left">
|
||||
</TD><TD nowrap align="center">|</TD><TD nowrap align="left"><tt>(add-prefix</tt> <i>spec</i> <i>id</i><tt>)</tt></TD></TR><TR><TD nowrap align="left">
|
||||
|
@ -469,7 +469,7 @@ reexports, e.g.,
|
|||
|
||||
(module m2 (a) (import m1))<br>
|
||||
|
||||
(let () (import m2) a) <img src="math/site/1.gif" alt="<graphic>"> 3</tt>
|
||||
(let () (import m2) a) → 3</tt>
|
||||
<p><li>Fixed a bug in the portable expander that prevented use of "hidden"
|
||||
top-level definitions in the output of a macro, e.g.:
|
||||
|
||||
|
@ -491,13 +491,13 @@ top-level definitions in the output of a macro, e.g.:
|
|||
|
||||
(counter get bump 17)<br>
|
||||
|
||||
(get) <img src="math/site/1.gif" alt="<graphic>"> 17<br>
|
||||
(get) → 17<br>
|
||||
|
||||
(bump 4)<br>
|
||||
|
||||
(get) <img src="math/site/1.gif" alt="<graphic>"> 21<br>
|
||||
(get) → 21<br>
|
||||
|
||||
hidden <img src="math/site/1.gif" alt="<graphic>"> unbound error</tt>
|
||||
hidden → unbound error</tt>
|
||||
<p><li>An incompatible change to the expander has been
|
||||
made to reduce the loss of source information when one macro generates
|
||||
another macro definition: List and vector structure in the subexpression
|
||||
|
|
Loading…
Reference in New Issue