Safe Haskell | None |
---|---|
Language | Haskell2010 |
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 #