[Haskell-cafe] Module names from a function name

Jong-won Choi oz.jongwon.choi at gmail.com
Thu Aug 8 04:59:59 CEST 2013


Thanks for the suggestion, but I am looking for a programmatic way.

Is module in Haskell first class object? Does it maintain function names 
which are exported?

On 08/08/13 12:41, Patrick Mylund Nielsen wrote:
>
> hoogle <function name> after running cabal install hoogle and hoogle data
>
> On Aug 7, 2013 10:35 PM, "Jong-won Choi" <oz.jongwon.choi at gmail.com 
> <mailto:oz.jongwon.choi at gmail.com>> wrote:
>
>     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 <mailto:Haskell-Cafe at haskell.org>
>     http://www.haskell.org/mailman/listinfo/haskell-cafe
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20130808/8868aec2/attachment.htm>


More information about the Haskell-Cafe mailing list