Y
Hacker News
new
|
ask
|
show
|
jobs
by
hkgumbs
3505 days ago
If anyone using elm runs into the same dictionary-comparable issue, please understand that it's a solved problem:
http://package.elm-lang.org/packages/robertjlooby/elm-generi...
1 comments
leshow
3505 days ago
The problem is the compiler magic for what is 'comparable' is unavailable. This doesn't solve that problem. It creates an entirely new data structure that is mostly a copy paste of the stdlib Dict.
link