fourmolu-0.0.6.0: data/examples/declaration/value/function/application-1-out.hs
main =
do
x
y
z
main =
case foo of
x -> a
foo
a
b
main =
do
if x then y else z
foo
a
b
main =
do
x
y
z
main =
case foo of
x -> a
foo
a
b
main =
do
if x then y else z
foo
a
b