packages feed

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

-- Right chain, normal case, 1 operator type
a :: Int
a =
  1
    ++ 2
    ++ 3
    ++ 4