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

Respect function call style #181

Closed lue-bird closed 11 months ago

lue-bird commented 11 months ago

Replaces usingRightPizza : Bool by callStyle : FunctionCallStyle where

FunctionCallStyle = Application | Pipe LeftOrRightDirection

wrapper mapN and map wrap now get fixes that preserve the parent's call style.