hsinspect-lsp-0.0.3: LSP interface over the hsinspect binary.
HsInspect.LSP.Context
data Context Source #
Constructors
Fields
findContext :: FilePath -> ExceptT String IO Context Source #
discoverHsInspect :: String -> ExceptT String IO FilePath Source #
discoverPackageDir :: FilePath -> ExceptT String IO FilePath Source #
discoverGhcflags :: FilePath -> ExceptT String IO FilePath Source #
discoverGhcpath :: FilePath -> ExceptT String IO FilePath Source #
help_ghcflags :: String Source #
help_hsinspect :: String Source #
failWithM :: Applicative m => e -> m (Maybe a) -> ExceptT e m a Source #