fourmolu-0.2.0.0: data/examples/declaration/value/function/tuples-four-out.hs
foo = (1, 2, 3)
bar =
( 1
, 2
, 3
)
handleStuff =
( let foo = foo
in foo
, let bar = bar
in bar
)
foo = (1, 2, 3)
bar =
( 1
, 2
, 3
)
handleStuff =
( let foo = foo
in foo
, let bar = bar
in bar
)