ormolu-0.8.1.1: data/examples/declaration/value/function/infix/op-chain-r-gt-normal-out.hs
-- Right chain, normal case, 2 operators with p(a) > p(b)
f :: Int
f =
1
^^ 2
^^ 3
^^ 4
++ 5
^^ 6
^^ 7
^^ 8
-- Right chain, normal case, 2 operators with p(a) > p(b)
f :: Int
f =
1
^^ 2
^^ 3
^^ 4
++ 5
^^ 6
^^ 7
^^ 8