packages feed

haskell-tools-builtin-refactorings-1.0.0.0: 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