[Haskell-beginners] auto set objects imported

Brandon Allbery allbery.b
Fri Oct 4 13:16:11 UTC 2013


On Fri, Oct 4, 2013 at 6:53 AM, Nathan H?sken <nathan.huesken at posteo.de>wrote:

> It seems to be good practice, to explicitly say, which objects one wants
> to import in an import statement:
>
> import SomeModule (someFunc)
>
> while this is good documentation, it can be cumbersome to maintain.
> So I was wondering: Is there some tool, that automaticly finds out which
> functions I use from which module and modifies my import statements?
> That would be most usefull!
>

http://hackage.haskell.org/package/fix-imports ?

-- 
brandon s allbery kf8nh                               sine nomine associates
allbery.b at gmail.com                                  ballbery at sinenomine.net
unix, openafs, kerberos, infrastructure, xmonad        http://sinenomine.net
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/beginners/attachments/20131004/53df136d/attachment.html>



More information about the Beginners mailing list