On Wed, Jul 13, 2011 at 12:08 PM, Henning Thielemann <[email protected]> wrote: > I also spend some time on managing imports. I'll try this program. However, > usually I have a mix of qualified and unqualified imports, since some > libraries are designed for unqualified imports.
You can still use unqualified imports, it just won't manage those for you. Automatically managing unqualified imports is solvable but harder. _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
