Version 1.0.0 of the new elm array implementation is now available on elm-package.
If you have elm 0.18 you can easily try it out by doing the following: 1) install the package with `elm package install Skinney/elm-array-exploration` 2) Use the correct namespace, `import Array.Hamt as Array` instead of `import Array`. 3) You're now using new elm arrays :) The most important part of the new implementation is that it's more stable. All the known issues with the core arrays should be fixed in this implementation. That being said, it could very well be the case this implementation has other bugs. I would love for people to try this out :) -- 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.
