[Haskell-cafe] Re: Import qualified, inverse of hiding

Paulo Tanimoto tanimoto at arizona.edu
Mon Sep 15 15:48:15 EDT 2008


You're welcome.  By the way, this page seems pretty comprehensive.

http://www.haskell.org/haskellwiki/Import

Also, if my memory serves me, Neil Mitchel raised a question about
extending the import system not long ago.

Paulo

On Mon, Sep 15, 2008 at 2:41 PM, Mauricio <briqueabraque at yahoo.com> wrote:
> Exactly! Thanks.
>
> Maurício
>
> Paulo Tanimoto a écrit :
>>
>> You mean like this?
>>
>> import Data.List (foldl', nub)
>>
>> Or am I misunderstanding your question?
>>
>> Paulo
>>
>> On Mon, Sep 15, 2008 at 2:26 PM, Mauricio <briqueabraque at yahoo.com> wrote:
>>>
>>> Hi,
>>>
>>> 'import' allows one to say 'hiding' to
>>> a list of names. Is it possible to do the
>>> opposite, i.e., list the names I want to
>>> import? Something like "import Module showing x"?
>>>
>>> Thanks,
>>> Maurício
>>>
>>> _______________________________________________
>>> Haskell-Cafe mailing list
>>> Haskell-Cafe at haskell.org
>>> http://www.haskell.org/mailman/listinfo/haskell-cafe
>>>
>
> _______________________________________________
> 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