much better way of doing this
svn: r15187
This commit is contained in:
parent
b9523d982c
commit
c45b6583ea
|
@ -1,8 +1 @@
|
|||
(module reader syntax/module-reader
|
||||
-ignored-
|
||||
#:wrapper2
|
||||
(lambda (in rd stx?)
|
||||
(let* ([mod* (rd in)]
|
||||
[mod (if stx? (syntax->list mod*) mod*)]
|
||||
[mod `(,(car mod) ,(cadr mod) ,@(cdddr mod))])
|
||||
(if stx? (datum->syntax mod* mod mod*) mod))))
|
||||
(module reader syntax/module-reader #:language read)
|
||||
|
|
Loading…
Reference in New Issue
Block a user