Description
A Haskell Language Server plugin that converts suitable data declarations to GADT syntax. It helps developers modernize or clarify type definitions through an editor code action.
Use it when refactoring Haskell code that benefits from explicit constructor result types. The converted declaration should be reviewed because syntax changes can affect readability, documentation, and compatibility with project style.