news tweak
* NEWS: Tweak
This commit is contained in:
parent
b47fea090f
commit
79b3863d8c
1 changed files with 3 additions and 5 deletions
8
NEWS
8
NEWS
|
|
@ -572,11 +572,9 @@ In this specific case, it would be better to do:
|
|||
|
||||
(define foo (if test 'bar 'baz))
|
||||
|
||||
It is certainly possible to circumvent this resriction with e.g.
|
||||
`(module-define! (current-module) 'foo 'baz)'. We would appreciate
|
||||
feedback about this change (a consequence of using psyntax as the
|
||||
default expander), and may choose to revisit this situation before 2.0
|
||||
in response to user feedback.
|
||||
It is possible to circumvent this restriction with e.g.
|
||||
`(module-define! (current-module) 'foo 'baz)'. Contact the list if you
|
||||
have any questions.
|
||||
|
||||
** Support for `letrec*'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue