fourmolu-0.15.0.0: data/examples/declaration/value/function/if-single-line-functions-do-four-out.hs
foo x = do
y <- quux
if x > 2
then bar x
else baz y
foo x = do
y <- quux
if x > 2
then bar x
else baz y