Package for functions that feel like they should be included in Basics but for one reason or another are not.
Feedback and contributions are very welcome.
This package uses elm-test and elm-verify-examples.
Pull requests are welcome. You can expect some kind of response within 1 week.
If you are proposing a new function be added, please adhere to the following:
- Include documentation and make sure your documentation has a code snippet demonstrating what the function does. We use elm-verify-examples in our continuous integration setup to ensure the documentation examples are correct, so please take advantage of that.
- Provide a detailed use case where your new function would be useful. Also, compare your new function to the best possible implementation that doesn't include use your function.
- Add tests to
Tests/Tests.elm
If you are improving existing functions please demonstrate the performance gains in something like Ellie and by using a benchmark library like this one.