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
19 stars 9 forks source link

Add Array.toIndexedMap simplifications #232

Closed lue-bird closed 1 year ago

lue-bird commented 1 year ago

Ad the Array.toIndexedMap simplifications listed in #174

Array.toIndexedList Array.empty
--> []

List.map Tuple.second (Array.toIndexedList array)
--> Array.toList array

including composition

github-actions[bot] commented 1 year ago

The branch can be tried out by running:

elm-review --template jfmengels/elm-review-simplify/preview