[racket] module-path=?

From: Shriram Krishnamurthi (sk at cs.brown.edu)
Date: Mon Jul 26 22:16:35 EDT 2010

Funnily enough, I asked Matthew a similar question earlier this
evening.  Without permission, I quote his reply:

>> When do two module designators designate the same module?

> Do you mean "the same for any installation" or "the same for the
> current installation"?
>
> For the former: normalize each module path using `collapse-module-path'
> and compare the results using `equal?'.
>
> For the latter: build a module path index using
> `module-path-index-join', resolve it using `module-path-index-resolve',
> and then compare the resolved paths using `eq?'.


Posted on the users mailing list.