mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-07-08 05:27:35 +02:00
Making the match-let family insert a lexical closure to allow internal defines.
This commit is contained in:
parent
cb22ae6ff9
commit
41a672864b
1 changed files with 1 additions and 1 deletions
|
@ -854,7 +854,7 @@
|
|||
(define-syntax match-let*
|
||||
(syntax-rules ()
|
||||
((_ () . body)
|
||||
(begin . body))
|
||||
(let () . body))
|
||||
((_ ((pat expr) . rest) . body)
|
||||
(match expr (pat (match-let* rest . body))))))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue