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

`Array.append (Array.repeat 2 x) (Array.repeat 3 x)` -> `Array.repeat 5 x` #200

Closed jfmengels closed 11 months ago

jfmengels commented 11 months ago

Oh wow, you can create an issue from the todo list. Example: In #174, if you hover all the way to the right side on the same line as a TODO item, there is a "Convert to issue button". Neat! But closing this issue since I didn't mean to do this.