[Haskell-cafe] Problem with Data.Map
Jochem Berndsen
jochem at functor.nl
Mon Jun 8 12:59:41 EDT 2009
michael rice wrote:
> Gotcha. Thanks!
>
> Also wondering why I need two imports for one module.
This is not strictly necessary, but the scoping also applies to the type
'Map' itself, thus leaving the
import Data.Map (Map)
(this brings only the name "Map" in scope from module Data.Map) out
would force you to write Data.Map.Map everywhere instead of just 'Map'.
Regards,
--
Jochem Berndsen | jochem at functor.nl
GPG: 0xE6FABFAB
More information about the Haskell-Cafe
mailing list