packages feed

fourmolu-0.7.0.0: data/examples/declaration/value/function/infix/op-chain-l-s.hs

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