I won't go so far as to say that (..) imports should be removed from the language but I'm definitely on the side of rarely using them for reasons that have been cited repeatedly in this thread. Furthermore, having written several data structures in Elm, you want to keep names like map available for you to define yourself. So if you see map with no qualifier, it's the map for this data structure, defined in this module.
-- You received this message because you are subscribed to the Google Groups "Elm Discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
