Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gribouille/elm-prelude
Extra standard functions.
https://github.com/gribouille/elm-prelude
elm haskell prelude
Last synced: 13 days ago
JSON representation
Extra standard functions.
- Host: GitHub
- URL: https://github.com/gribouille/elm-prelude
- Owner: gribouille
- License: mpl-2.0
- Created: 2017-07-24T08:43:37.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-11-27T12:07:41.000Z (almost 4 years ago)
- Last Synced: 2024-10-01T09:19:35.544Z (about 1 month ago)
- Topics: elm, haskell, prelude
- Language: Elm
- Homepage:
- Size: 14.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# elm-prelude
[![Build Status](https://travis-ci.org/gribouille/elm-prelude.svg?branch=master)](https://travis-ci.org/gribouille/elm-prelude)
Expose usefull functions not in the standard core library.
See usage examples [here](./tests/TestPrelude.elm).
## Install
To add the library to project:
```
$ elm install gribouille/elm-prelude
```To run the tests:
```
$ npm install -g elm-test
$ elm-test
```## Documentation
See documentation [here](http://package.elm-lang.org/packages/gribouille/elm-prelude/latest).
## References
* [ELM](http://elm-lang.org/)
* [Haskell Prelude](https://hackage.haskell.org/package/base-4.10.0.0/docs/Prelude.html)## License
This project is licensed under [MPL-2.0](./LICENSE).