forester.language_server
Forester_lsp.Publish
forester.compiler
forester.core
forester.frontend
forester.human_datetime
forester.parser
forester.prelude
forester.search
forester.server
forester.test
forester.xml_names
type diagnostic = Forester_core.Reporter.Message.t Asai.Diagnostic.t
type table = (Lsp.Uri.t, diagnostic list) Hashtbl.t
val send : Jsonrpc.Packet.t -> unit
val render_lsp_related_info : Lsp.Types.DocumentUri.t -> Asai.Diagnostic.loctext -> Lsp.Types.DiagnosticRelatedInformation.t
val render_lsp_diagnostic : Lsp.Types.DocumentUri.t -> diagnostic -> Lsp.Types.Diagnostic.t
val broadcast : Lsp.Server_notification.t -> unit
val publish : Lsp.Uri.t -> diagnostic list -> unit