; macrosupport.scm (module macrosupport mzscheme (define make-prefixed-id (lambda (scope prefix sym) (datum->syntax-object scope (string->symbol (string-append prefix (symbol->string sym)))))) (provide make-prefixed-id))