packages feed

fourmolu-0.0.6.0: data/examples/declaration/value/function/do-where-out.hs

f :: Maybe Int
f = do
  return c
  where
    c = 0