Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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).