..
original commit: b96c2a6800e291e6edcefad83ea981fe681e42c1
This commit is contained in:
parent
26c2d754fd
commit
9213b2bfa7
|
@ -225,10 +225,11 @@
|
|||
((_ exp clause ...)
|
||||
(quasisyntax/loc
|
||||
stx
|
||||
(let ((x exp)) #,(gen-match (syntax x)
|
||||
'()
|
||||
(syntax (clause ...))
|
||||
stx)))))))
|
||||
(let ((x exp))
|
||||
#,(gen-match (syntax x)
|
||||
'()
|
||||
(syntax (clause ...))
|
||||
stx)))))))
|
||||
|
||||
(define match-lambda/proc
|
||||
(lambda (stx)
|
||||
|
|
Loading…
Reference in New Issue
Block a user