packages feed

fourmolu-0.7.0.0: data/examples/declaration/value/function/infix/op-chain-r-eq-normal.hs

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