[Haskell-cafe] preffered 'map'

Henning Thielemann lemming at henning-thielemann.de
Fri Dec 9 11:19:01 EST 2005


On Fri, 9 Dec 2005, raptor wrote:

> hi,
>
> I imported :
>
> import Data.Map as Map
>
> but now anywhere when I want ot use "map" it complains for
> name clashes, so I have to specifiy Prelude.map all the time.

If at all, better use List.map instead of Prelude.map


More information about the Haskell-Cafe mailing list