package coq-lsp

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Publish Diagnostics params

type t = {
  1. uri : JLang.LUri.File.t;
  2. version : int;
  3. diagnostics : JLang.Diagnostic.t list;
}
val to_yojson : t -> Yojson.Safe.t
OCaml

Innovation. Community. Security.