fourmolu-0.7.0.0: data/examples/declaration/value/function/infix/op-chain-r-s-dollar-four-out.hs
-- Right chain, $ case, 1 operator type
c :: Int
c =
1 $
2 $
3 $
4
-- Right chain, $ case, 1 operator type
c :: Int
c =
1 $
2 $
3 $
4