haskell-lsp-0.13.0.0: Haskell library for the Microsoft Language Server Protocol

Safe HaskellNone
LanguageHaskell2010

Language.Haskell.LSP.Diagnostics

Contents

Synopsis

Documentation

type DiagnosticsBySource = Map (Maybe DiagnosticSource) (SortedList Diagnostic) Source #

data StoreItem Source #

Constructors

StoreItem TextDocumentVersion DiagnosticsBySource 

getDiagnosticParamsFor :: Int -> DiagnosticStore -> Uri -> Maybe PublishDiagnosticsParams Source #

for tests