Skip to content

elm-community/dict-extra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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