robinheghan / elm-array-exploration

New array implementation for Elm
BSD 3-Clause "New" or "Revised" License
27 stars 7 forks source link

better import #9

Closed pdavidow closed 7 years ago

pdavidow commented 7 years ago

http://package.elm-lang.org/packages/Skinney/elm-array-exploration/2.0.4/ suggests import Array.Hamt as Array. But import Array.Hamt as Array exposing (..) appears to better.

robinheghan commented 7 years ago

Define "better".

Besides, it doesn't suggest one way of import over another. It tells you to change the import you currently use, for this package to be used instead, without any other code change.