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

inlineBinding :: RealSrcSpan -> Refactoring Source #

inlineBindingRefactoring :: RefactoringChoice Source #