Hi all, please help me with the following: I need to require a module, ideally with the same syntax as require, then access to all the imported symbols and re-export them with the same name but with a new definition, that is a wrapper for the original one.
I think this should be done with a macro, but I don't know how to access the imported symbols acquired with require. any pointers to documentation or ideas on how to implement this? Thanks -- Ismael
_________________________________________________ For list-related administrative tasks: http://lists.racket-lang.org/listinfo/users

