Fix typo
svn: r11113 original commit: 44e0c09d75e10fc4d3cd9e21ad60fd24e41d23c5
This commit is contained in:
parent
6f4fa61276
commit
fee0250ffb
|
@ -39,7 +39,7 @@
|
|||
[(_ mod)
|
||||
(datum->syntax
|
||||
stx
|
||||
`(require . ,(map (lambda (nm* nms*) (datum->syntax stx `(rename ,#'mod ,nm* ,nms*)))
|
||||
`(require . ,(map (lambda (nm* nms*) (datum->syntax stx `(rename-in ,#'mod [,nm* ,nms*])))
|
||||
(list 'nm ...)
|
||||
(list #'nms ...))))]))
|
||||
(define-syntax provider (lambda (stx) #'(begin (provide (rename-out [nms nm])) ...)))
|
||||
|
|
Loading…
Reference in New Issue
Block a user