hsinspect-lsp-0.0.2: LSP interface over the hsinspect binary.

Safe HaskellNone
LanguageHaskell2010

HsInspect.LSP.Context

Documentation

data BuildTool Source #

Constructors

Cabal 
Stack 

failWithM :: Applicative m => e -> m (Maybe a) -> ExceptT e m a Source #