packages feed

fourmolu-0.2.0.0: data/examples/declaration/value/function/tuple-sections-four-out.hs

{-# LANGUAGE TupleSections #-}

foo = (,2)
bar = (,5,)
baz =
    (,,5,6,7,,,)