[Haskell-cafe] minimal interface
Sean McLaughlin
seanmcl at gmail.com
Tue Mar 2 16:25:51 EST 2010
Hello,
I have a midsize program, and would like to simplify the module interfaces
for my own sanity. I know there are tools to check for extraneous imports,
but is there something similar for exports? For instance, if module A
exports f, but A.f is never used in my compiled program, I would like to be
warned of this fact.
Thanks,
Sean
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/haskell-cafe/attachments/20100302/901a4915/attachment.html
More information about the Haskell-Cafe
mailing list