On 2008 Jul 11, at 17:23, rodrigo.bonifacio wrote:
Is there any function that can be used for retrieving the exposed functions of a given module?
Not in the usual introspection/RTTI sense; but you could probably use the GHC API to read a .hi file. (At which point I direct you to people clueful about GHC innards, which I'm not.)
-- brandon s. allbery [solaris,freebsd,perl,pugs,haskell] [EMAIL PROTECTED] system administrator [openafs,heimdal,too many hats] [EMAIL PROTECTED] electrical and computer engineering, carnegie mellon university KF8NH _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
