hdiff
packages
feed
haskell-src-exts
-1.15.0.1: tests/examples/TupleSections.hs.prettyprinter.golden
{-# LANGUAGE TupleSections #-} module Main (main) where foo x = (1, ,) x 3