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

Correct Dict.partition simplifications #253

Closed lue-bird closed 9 months ago

lue-bird commented 9 months ago

Someone (probably me) thought that the function given to Dict.partition does not take a key. By pure chance, a previous bug in Evaluate.isAlwaysBoolean made this fix still work correctly (mostly).

With this PR, Dict.partition gets its own checks independent from collectionPartitionChecks + correct checks.