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