elm-community/maybe-extra

Convenience functions for working with Maybe


License
MIT
Install
elm-package install elm-community/maybe-extra 4.0.0

Documentation

Maybe.Extra

Build Status

Convenience functions for working with Maybe

Contributing

Pull requests and feature requests are welcome. If you want to talk to us, join us on the #elm-community channel on the Elm Slack.

Tests

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

Run the tests with

  • npm install
  • npm test

Format with elm-format

  • npx elm-format

Preview the docs with elm-doc-preview

  • npx elm-doc-preview

License

The source code for this package is released under the terms of the MIT license. See the LICENSE file.