[Haskell-cafe] Module names from a function name

Roman Cheplyaka roma at ro-che.info
Thu Aug 8 07:59:57 CEST 2013


Hi,

You can easily do this using the haskell-names library. See
http://documentup.com/haskell-suite/haskell-names

Roman

* Jong-won Choi <oz.jongwon.choi at gmail.com> [2013-08-08 12:34:44+1000]
> Hi,
> 
> I asked this question to beginner mailing list and no luck so far, so
> I'm trying here.
> 
> How can I get all the module names which (re-)export a given function name?
> 
> I'd like to fix Emacs Haskell mode - interactive documentation
> browser and I need the list of such module names.
> 
> Thanks!
> 
> - Jong-won
> 
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe




More information about the Haskell-Cafe mailing list