ormolu-0.8.2.0: data/examples/declaration/value/function/infix/op-chain-r-eq-dollar-1-out.hs
-- Right chain, $ case, 2 operators with p($) == p(b)
n :: Int
n =
1
$ 2
$ 3
$ 4
`seq` 5
$ 6
$ 7
$ 8
-- Right chain, $ case, 2 operators with p($) == p(b)
n :: Int
n =
1
$ 2
$ 3
$ 4
`seq` 5
$ 6
$ 7
$ 8