mhoare/elm-stack - version: 3.1.2

for more information visit the package's GitHub page

Package contains the following modules:

Elm Stack

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.

Example

To see an example of how the elm-stack module is used visit elm-stack.surge.sh

Changes

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