Exported modules in the GHC API

David Waern david.waern at gmail.com
Sun May 22 12:50:34 CEST 2011


Hi,

When encountering an IEModuleContents ModuleName export item, I'd like
a simple way to get its original Module (with the original module name and
package ID). It seems a bit complicated to have to go through the
import items to figure this out. My question is: is there a simpler
way, and if not,
do you agree that the API should provide a simpler way?

Thanks,
David



More information about the Glasgow-haskell-users mailing list