Skip to content

PedroHLC/elm-uuid-dict

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.