packages feed

ormolu-0.5.0.0: data/examples/declaration/value/function/infix/op-chain-r-lt-colon-1-out.hs

-- Right chain, : case, 2 operators with p(:) < p(b)
j :: Int
j =
  1
    : 2
    : 3
    : 4
      ^^ 5
    : 6
    : 7
    : 8