haskell-tools-refactor-0.4.1.1: examples/Refactor/RenameDefinition/LocalFunction.hs
module Refactor.RenameDefinition.LocalFunction where
f :: Int -> Int
f = x
where x :: Int -> Int
x = id
g :: Int -> Int
g = id module Refactor.RenameDefinition.LocalFunction where
f :: Int -> Int
f = x
where x :: Int -> Int
x = id
g :: Int -> Int
g = id