shortcut to letrec-syntaxes+values

svn: r1263
This commit is contained in:
Matthew Flatt 2005-11-09 20:48:42 +00:00
parent affc9ca55a
commit 6bff44b426

View File

@ -52,7 +52,7 @@
"duplicate binding" "duplicate binding"
stx stx
dup))) dup)))
#'(let-syntax ([gen-id (convert-renamer val)] ...) #'(letrec-syntaxes+values ([(gen-id) (convert-renamer val)] ...) ()
body0 body ...)))])) body0 body ...)))]))
;; ---------------------------------------- ;; ----------------------------------------