packages feed

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

main = do
  case blah of
    Nothing -> return ()
    Just xs -> do
      forM_ xs foo
      bar
  -- and here it goes
  unless bobla $
    quux