Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 434 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 434 Bytes

Dict Extra

Convenience functions for working with Dict. You can treat the functions in this library as an extension to the core module, by using the following import statement:

import Dict.Extra as Dict

Feedback and contributions are very welcome.

Writing tests

Tests are created using elm-verify-examples.

Running the tests

  • $ npm install
  • $ npm test