packages feed

ormolu-0.8.1.1: data/examples/declaration/value/function/infix/op-chain-l-s-out.hs

-- Left chain, 1 operator type
r :: Int
r =
  1
    + 2
    + 3
    + 4