Description
A Haskell Language Server plugin that offers a code action for changing a declaration's type signature. It helps developers update source code from editor suggestions instead of editing the signature manually.
Use it through an HLS-enabled editor when refactoring Haskell code. Suggested signature changes should be reviewed because type-correct edits can still affect public APIs and documentation.