[Haskell-cafe] List of exports of a module - are there alternatives?

Daniel Peebles pumpkingod at gmail.com
Tue May 12 19:18:51 EDT 2009


I would like to see this too. Maybe just a private keyword that would
make everything after it invisible to the outside (or until a public
keyword appeared)?

On Tue, May 12, 2009 at 10:05 AM, Maurício <briqueabraque at yahoo.com> wrote:
> Hi,
>
> When we want to list which declarations are exported by a module
> we do:
>
> module Mod ( list of exports ) where ...
>
> Are there propositions to alternatives to that (I could not
> find one)? Like, say, add a "do export" or "do not export"
> tag to declarations we want to (not) export?
>
> (I think something like that could be nice when we have modules
> with 200 declarations and just a few are (not) going to be
> exported.)
>
> Thanks,
> Maurício
>
>
> _______________________________________________
> 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