jfmengels / elm-review-simplify

Provides elm-review rules to simplify your Elm code
https://package.elm-lang.org/packages/jfmengels/elm-review-simplify/latest/
BSD 3-Clause "New" or "Revised" License
20 stars 9 forks source link

Add Set/Dict.fromList (toList x) --> x #184

Closed lue-bird closed 11 months ago

lue-bird commented 11 months ago

Similar to #183

Set.fromList (Set.toList x) --> x
Dict.fromList (Dict.toList x) --> x