haskell-tools-builtin-refactorings-1.0.1.1: examples/Refactor/AutoCorrect/SimpleReParen_res.hs
module Refactor.AutoCorrect.SimpleReParen where x = (f (f "a")) f :: String -> String f = id
module Refactor.AutoCorrect.SimpleReParen where x = (f (f "a")) f :: String -> String f = id