8000 GitHub - bluedogtraining/any-dict: Elm dictionary with custom key types.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Jul 9, 2021. It is now read-only.

bluedogtraining/any-dict

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AnyDict

This library implements thin wrapper over standard implementation of a dictionary from the core library to make it possible to use it in a fairly type-safe way with any type used for keys.

It solves the same problem as elm-all-dict just in a very much different way without any Kernel (Native) code and on top of existing and well tested Dict type.

API mirrors the standard Dict exactly where possible.

Some parts of the documentation are stolen directly from elm-lang/core.

About

Elm dictionary with custom key types.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Elm 100.0%
0