ghcide-2.9.0.0: The core of an IDE
Safe HaskellNone
LanguageGHC2021

Development.IDE.Core.ProgressReporting

Synopsis

Documentation

mRunLspT :: Applicative m => Maybe (LanguageContextEnv c) -> LspT c m () -> m () #

mRunLspTCallback :: Monad m => Maybe (LanguageContextEnv c) -> (LspT c m a -> LspT c m a) -> m a -> m a #

data InProgressState #

Data structure to track progress across the project

Constructors

InProgressState 

Fields