Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mhoare/elm-stack

Elm Stack is an implementation of the stack data structure for the elm language.
https://github.com/mhoare/elm-stack

elm elm-lang stack

Last synced: 2 months ago
JSON representation

Elm Stack is an implementation of the stack data structure for the elm language.

Awesome Lists containing this project

README

        

# 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][issues] and I will sort them out.

[issues]: https://github.com/mhoare/elm-stack/issues

## Example

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

[example]: https://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`