haskell-tools-builtin-refactorings-1.0.0.4: Refactoring Tool for Haskell

Safe HaskellNone
LanguageHaskell2010

Language.Haskell.Tools.Refactor.Builtin.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