diff --git a/www/old-psyntax.html b/www/old-psyntax.html index f4cfb86..ef348a0 100644 --- a/www/old-psyntax.html +++ b/www/old-psyntax.html @@ -209,7 +209,7 @@ by one or more syntax-case transformers. See the comments in the code for examples of its use.

-

  • Added a new definition form alias which +
  • Added a new definition form alias which may be used to create aliases from one identifier to another. (alias new-id old-id) makes new-id behave like old-id. @@ -232,8 +232,8 @@ An import form now has the following syntax:

    - - + +
    spec<graphic>id
    |(only spec id*)
    @@ -406,7 +406,7 @@ elements, with b bound to the last element and a ... to all but the last element.

    -

  • Added a local definition for a one-clause version of let-values +
  • Added a local definition for a one-clause version of let-values and recoded uses of call-with-values using let-values.