[racket] module-path=?

From: Jon Rafkind (rafkind at cs.utah.edu)
Date: Mon Jul 26 22:09:48 EDT 2010

  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.


Posted on the users mailing list.