elm-all-dict
elm-all-dict copied to clipboard
A dict for Elm which can store any type
Results
2
elm-all-dict issues
Sort by
recently updated
recently updated
newest added
Are there any plans to migrate this to elm 0.19? Also does the removal of Basics.toString affect this at all?
It is possible, in Elm, to construct a type for which `==` is unreliable -- basically, any type where the internal representation of the value may differ even though the...