Closed pdavidow closed 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.
import Array.Hamt as Array
import Array.Hamt as Array exposing (..)
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.
http://package.elm-lang.org/packages/Skinney/elm-array-exploration/2.0.4/ suggests
import Array.Hamt as Array
. Butimport Array.Hamt as Array exposing (..)
appears to better.