From 3ac2d1f8106ec141a544e322f6fc55f46cb5b7f6 Mon Sep 17 00:00:00 2001 From: Lassi Kortela Date: Tue, 2 Aug 2022 18:58:13 +0300 Subject: [PATCH] Replace missing math images with Unicode --- www/old-psyntax.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/www/old-psyntax.html b/www/old-psyntax.html index 2b3e06d..64b4a20 100644 --- a/www/old-psyntax.html +++ b/www/old-psyntax.html @@ -235,7 +235,7 @@ An import form now has the following syntax:
-spec<graphic>id
+spec=id
|(only spec id*)
|(except spec id*)
|(add-prefix spec id)
@@ -469,7 +469,7 @@ reexports, e.g., (module m2 (a) (import m1))
-(let () (import m2) a) <graphic> 3 +(let () (import m2) a) → 3

  • 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)
    -(get) <graphic> 17
    +(get) → 17
    (bump 4)
    -(get) <graphic> 21
    +(get) → 21
    -hidden <graphic> unbound error +hidden → unbound error

  • 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