shortcut to letrec-syntaxes+values

svn: r1263

original commit: 6bff44b4266fa689abdaf2af33a99cf7795fb606
This commit is contained in:
Matthew Flatt 2005-11-09 20:48:42 +00:00
parent 1332477464
commit eb4453a16b

View File

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