package coq-lsp

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. title : string;
  2. kind : string option;
  3. diagnostics : Lang.Diagnostic.t list;
  4. isPreferred : bool option;
  5. edit : Workspace.WorkspaceEdit.t option;
}
val to_yojson : t -> Yojson.Safe.t
OCaml

Innovation. Community. Security.