haskell-tools-builtin-refactorings-1.0.0.0: examples/Expr/TupleSections.hs
{-# LANGUAGE TupleSections #-}
module Expr.TupleSections where
f1 = (1,,)
f2 = (,1)
x = (,("x", []))
{-# LANGUAGE TupleSections #-}
module Expr.TupleSections where
f1 = (1,,)
f2 = (,1)
x = (,("x", []))