.
original commit: 2e13eb38115c0a8fdfaea47b18ba5f0b84dfc1ec
This commit is contained in:
parent
23c05ab266
commit
ff365851cc
|
@ -163,7 +163,7 @@
|
|||
(reverse! r)
|
||||
(let ([x (f (car l))]) (loop (cdr l) (if x (cons x r) r))))))
|
||||
(define id=? module-or-top-identifier=?)
|
||||
(syntax-case* stx (->) id=?
|
||||
(syntax-case stx ()
|
||||
[(_ x ...)
|
||||
(let ([xs (map (lambda (x)
|
||||
(syntax-case* x (-> ::) id=? [:: '::] [-> '->] [_ x]))
|
||||
|
|
Loading…
Reference in New Issue
Block a user