How can I test if two module-path's point to the same module? One path is the symbol extracted from a full module form: (module blah extracted ...) and the other is a path from `module->exports' and contains a full filesystem path.

I end up with 'racket/base and "/home/jon/svn/plt/collects/racket/base.rkt" but I am not sure what to do with these things. It seems like if I could convert both of them to resolved-module-path's that they should be equal? or eq?, but that does not seem to be the case.
_________________________________________________
 For list-related administrative tasks:
 http://lists.racket-lang.org/listinfo/users

Reply via email to