Description
The core library behind ghcide, providing IDE features for Haskell such as type information, diagnostics, code actions, and editor integration through language-server-style tooling.
Developers use it indirectly through Haskell editor tools or directly when building IDE integrations. It depends closely on compiler behavior, so version compatibility and project configuration matter.