Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/stoeffel/set-extra


https://github.com/stoeffel/set-extra

elm

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Set Extra

Convenience functions for working with Set.

## Run tests

```bash
$ elm-test
$ elm-verify-examples
```

## Contributing

Pull requests are welcome.

If you are adding a new function please..

Include documentation and make sure it has a code snippet demonstrating what the function does.
Give a detailed use case where your function would come in handy in the PR.
Add tests and verified examples.
If you are improving existing functions please demonstrate the performance gains in something like Ellie and by using a benchmark library.