Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 926 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 926 Bytes

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.