fourmolu-0.0.6.0: data/examples/declaration/value/function/tuple-sections.hs
{-# LANGUAGE TupleSections #-}
foo = (,2)
bar = (,5,)
baz = (
,,5,6,
7,,,
)
{-# LANGUAGE TupleSections #-}
foo = (,2)
bar = (,5,)
baz = (
,,5,6,
7,,,
)