[Haskell-beginners] auto set objects imported

Nathan Hüsken nathan.huesken
Fri Oct 4 13:38:36 UTC 2013


On 10/04/2013 03:16 PM, Brandon Allbery wrote:
> On Fri, Oct 4, 2013 at 6:53 AM, Nathan H?sken <nathan.huesken at posteo.de
> <mailto: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 ?

Not exactly what I was looking for, but also most helpfull!

>
> --
> brandon s allbery kf8nh                               sine nomine associates
> allbery.b at gmail.com <mailto:allbery.b at gmail.com> ballbery at sinenomine.net
> <mailto:ballbery at sinenomine.net>
> unix, openafs, kerberos, infrastructure, xmonad http://sinenomine.net
>
>
> _______________________________________________
> Beginners mailing list
> Beginners at haskell.org
> http://www.haskell.org/mailman/listinfo/beginners
>




More information about the Beginners mailing list