PedroHLC / elm-uuid-dict

Dict and Set for TSFoster/elm-uuid

Home Page:https://package.elm-lang.org/packages/PedroHLC/elm-uuid-dict/latest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

elm-uuid-dict

Dict and Set for TSFoster/elm-uuid.

What?

Re-implements elm-core's dictionary in order to replace the hardcoded comparable key type with an UUUID.

Why?

All the entities in all my projects use UUID as key-column/identifiers. The number of places where I used UUID.toString in Dict, Set, or any de-duplication after two years became scary. And retrieving those types from Dict.keys was a pain in the @ss.

About

Dict and Set for TSFoster/elm-uuid

https://package.elm-lang.org/packages/PedroHLC/elm-uuid-dict/latest

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Elm 100.0%