I'm going to guess that the answer is no, but is there a way to import a character from a module that is not explicitly exported from the specified module?
I tried to find various ghc flags (6.12.1), for example XPackageImports , but I donβt see anything that will do what I want? (this is purely for doing quick and dirty testing without recompiling some other modules, I really don't want to write code this way)
import module export haskell ghc
aculich
source share