Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 535 Bytes

File metadata and controls

19 lines (11 loc) · 535 Bytes

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