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

Normalize >> and << #101

Closed jfmengels closed 1 year ago

jfmengels commented 1 year ago

This way we can detect that (f >> g) a and (g << f) a are the same.