An Elm module that implements a stack in elm, allowing you to focus on more important parts of your app.
Any issues which are noticed please open a Github issue and I will sort them out.
To see an example of how the elm-stack module is used visit elm-stack.surge.sh
3.1.2: Elm 0.19 3.0.0: Change stack type to use List
2.0.0: Replace type alias of Stack
with opaque type Stack