package vscoq-language-server

  1. Overview
  2. Docs
module Position : sig ... end
module Range : sig ... end
module DiagnosticSeverity : sig ... end
type query_result = {
  1. id : string;
  2. name : Printing.pp;
  3. statement : Printing.pp;
}
val query_result_of_yojson : Ppx_yojson_conv_lib.Yojson.Safe.t -> query_result
val yojson_of_query_result : query_result -> Ppx_yojson_conv_lib.Yojson.Safe.t
type notification =
  1. | QueryResultNotification of query_result
OCaml

Innovation. Community. Security.