haskell-tools-builtin-refactorings-1.0.0.0: examples/Refactor/ExtractBinding/SectionInfix_res.hs
module Refactor.ExtractBinding.SectionInfix where a = f 3 where f = ((1 + 2) +)
module Refactor.ExtractBinding.SectionInfix where a = f 3 where f = ((1 + 2) +)