haskell-tools-builtin-refactorings-1.0.1.1: examples/Refactor/AutoCorrect/TupleSectionReOrder_res.hs
{-# LANGUAGE TupleSections #-}
module Refactor.AutoCorrect.TupleSectionReOrder where
x = (,3) $ "x"
{-# LANGUAGE TupleSections #-}
module Refactor.AutoCorrect.TupleSectionReOrder where
x = (,3) $ "x"