haskell-tools-refactor-0.4.0.0: Refactoring Tool for Haskell

Safe HaskellNone
LanguageHaskell2010

Language.Haskell.Tools.Refactor.Predefined.InlineBinding

Description

Defines the inline binding refactoring that removes a value binding and replaces all occurences with an expression equivalent to the body of the binding.

Documentation