elm-community / dict-extra

A library with extra functions for the dictionary type in elm core.

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A library with extra functions for the dictionary type in elm core.

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

License:MIT License


Languages

Language:Elm 100.0%