elm-package.json
file at this tag.Tag | 2.4.0 |
Committed At | 2020-11-29 16:11:26 UTC |
This library implements a thin wrapper around implementation of a dictionary from the core library to make it possible to use it in a fairly type-safe way with keys of any type,
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
.