Safe Haskell | None |
---|---|
Language | Haskell2010 |
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 :: forall dom. InlineBindingDomain dom => RealSrcSpan -> Refactoring dom Source #
type InlineBindingDomain dom = (HasNameInfo dom, HasDefiningInfo dom, HasScopeInfo dom, HasModuleInfo dom) Source #