Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mhoare/elm-stack
- Owner: mhoare
- License: mit
- Created: 2016-12-09T18:50:21.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-04-20T19:41:55.000Z (over 3 years ago)
- Last Synced: 2024-10-01T15:08:57.200Z (3 months ago)
- Topics: elm, elm-lang, stack
- Language: Elm
- Size: 8.79 KB
- Stars: 6
- Watchers: 1
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 List2.0.0: Replace type alias of `Stack` with opaque type `Stack`