Philipp

Results 3 comments of Philipp

I think, `makeFieldLabelsWith noPrefixFieldLabels` with the [optics](https://hackage.haskell.org/package/optics-core-0.3/docs/Optics-Label.html) package produces the instances @neongreen wants.

It is not obvious to me why this would be "nice". Sure, it saves a bit of vertical space. But vertical space is not as precious as horizontal space because...

As an aside, Ormolu is currently following the official elm style guide in this regard. > Always bring the body of the declaration down one line. https://elm-lang.org/docs/style-guide#declarations EDIT: At least...