elm-community / dict-extra

A library with extra functions for the dictionary type in elm core.

Home Page:http://package.elm-lang.org/packages/elm-community/dict-extra/latest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

document mapKeys duplicate precedence

raffomania opened this issue · comments

When the function given to mapKeys returns the same value multiple times, the last returned values overwrites all values that came before. I think it would be good to add a sentence to the docs of mapKeys so users keep this in mind.