ormolu-0.0.1.0: data/examples/declaration/value/function/tuples.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
)