packages feed

fourmolu-0.2.0.0: data/examples/declaration/value/function/blank-lines-where.hs

foo = x + y + z
  where

    x = 10

    y = 11
    z = 12