@rml @wingo @cwebber @monkey1
yep. the problem was totally in the testing env
@shegeley @wingo @cwebber @monkey1 so you just need to create an alias? In that case (define my-alias the-original) works fine except when dealing with syntax. In that case, you can do
(define-syntax my-alias (identifier-syntax the-original))
Might have left something out of that bcs im writing from my phone, currently on the move, so lmk if that didn't work and ill take a look.
@shegeley @wingo @cwebber @monkey1 so you just need to create an alias? In that case (define my-alias the-original) works fine except when dealing with syntax. In that case, you can do
(define-syntax my-alias
(identifier-syntax the-original))
Might have left something out of that bcs im writing from my phone, currently on the move, so lmk if that didn't work and ill take a look.