elm / core

Elm's core libraries
http://package.elm-lang.org/packages/elm/core/latest
BSD 3-Clause "New" or "Revised" License
2.8k stars 359 forks source link

Enhance documentation for `Dict.fromList` #1126

Open ypyl opened 2 years ago

ypyl commented 2 years ago

There is no information at Dict.fromList that it will remove any duplicated keys and will keep only the latest value associated with this particular key. It will be great to have such information in the documentation explicitly. Same way as it is for Set.fromList

github-actions[bot] commented 2 years ago

Thanks for reporting this! To set expectations:

Finally, please be patient with the core team. They are trying their best with limited resources.