[Haskell-cafe] Open unqualified imports

Ian Lynagh igloo at earth.li
Mon Jan 19 14:22:54 EST 2009


On Fri, Jan 16, 2009 at 06:42:46AM -0800, eyal.lotem at gmail.com wrote:
> 
> Closed-unqualified import:
> import Data.Map(Map, lookup)

One problem with this style is that you can get lots of conflicts from
your VCS if you have multiple people working on the same module.


Thanks
Ian



More information about the Haskell-Cafe mailing list