Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stoeffel/set-extra
https://github.com/stoeffel/set-extra
elm
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/stoeffel/set-extra
- Owner: stoeffel
- License: bsd-3-clause
- Created: 2017-04-07T08:35:54.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-04-19T20:35:00.000Z (over 3 years ago)
- Last Synced: 2023-08-08T20:40:16.623Z (over 1 year ago)
- Topics: elm
- Language: Elm
- Homepage: http://package.elm-lang.org/packages/stoeffel/set-extra/latest
- Size: 13.7 KB
- Stars: 3
- Watchers: 4
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.