haskell-tools-builtin-refactorings-1.0.1.1: examples/Refactor/AutoCorrect/ComplexExprReParen_res.hs
module Refactor.AutoCorrect.ComplexExprReParen where x = (f (f (show ()))) f :: String -> String f = id
module Refactor.AutoCorrect.ComplexExprReParen where x = (f (f (show ()))) f :: String -> String f = id