.
original commit: 79cbf31c528279961f7cc3f138b51fdf5f77f42f
This commit is contained in:
parent
eb72ab5bba
commit
01ff14079f
|
@ -360,7 +360,8 @@
|
|||
(syntax-case* x (=>) id=?
|
||||
[(id => body) (identifier? #'id)
|
||||
;; Extract #'body from its context, use a key it needs certification:
|
||||
(list #'id (syntax-recertify #'body orig #f fun-cert-key))]
|
||||
(list (syntax-recertify #'id orig #f fun-cert-key)
|
||||
(syntax-recertify #'body orig #f fun-cert-key))]
|
||||
[_else x]))
|
||||
(let ([keys '()])
|
||||
(define (setkey! key val . id?)
|
||||
|
|
Loading…
Reference in New Issue
Block a user