fourmolu-0.2.0.0: data/examples/declaration/value/function/if-with-comment-four-out.hs
foo =
if undefined
then -- then comment
undefined
else -- else comment
do
undefined
foo =
if undefined
then -- then comment
undefined
else -- else comment
do
undefined