packages feed

ormolu-0.1.1.0: data/examples/declaration/value/function/blank-lines-where-out.hs

foo = x + y + z
  where
    x = 10

    y = 11
    z = 12