ormolu-0.0.5.0: data/examples/declaration/value/function/do/comment-alignment.hs
main = do
case blah of
Nothing -> return ()
Just xs -> do
forM_ xs foo
bar
-- and here it goes
unless bobla $
quux
main = do
case blah of
Nothing -> return ()
Just xs -> do
forM_ xs foo
bar
-- and here it goes
unless bobla $
quux