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