elm-community / basics-extra

Additional basic functions for Elm.

Home Page:http://package.elm-lang.org/packages/elm-community/basics-extra/latest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Functions to supplement Basics

Build Status

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.

Tests

This package uses elm-test and elm-verify-examples.

Contributing

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:

  1. 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.
  2. 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.
  3. 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.

About

Additional basic functions for Elm.

http://package.elm-lang.org/packages/elm-community/basics-extra/latest

License:MIT License


Languages

Language:Elm 100.0%