Sources of the "Well Specified Common Lisp" specification which is based on the final draft of the Common Lisp standard but is not a new Common Lisp standard.
The BNF for restart-case contains restart-case restartable-form {↓clause} → {result}* which should probably be {↓clause}* instead. This depends on the semantics of {} in the extended BNF language (see #29).
Same situation with restart-bind as noticed in #commonlisp.
A WSCL issue should be written, but I don't have the time right now.
The BNF for
restart-case
containsrestart-case restartable-form {↓clause} → {result}*
which should probably be{↓clause}*
instead. This depends on the semantics of{}
in the extended BNF language (see #29).Same situation with
restart-bind
as noticed in #commonlisp.A WSCL issue should be written, but I don't have the time right now.