ormolu-0.8.1.1: data/examples/declaration/value/function/infix/op-chain-r-s-colon-out.hs
-- Right chain, : case, 1 operator type
b :: Int
b =
1
: 2
: 3
: 4
-- Right chain, : case, 1 operator type
b :: Int
b =
1
: 2
: 3
: 4