coq-lsp.lsp
JFleche.GoalsAnswer
Astdump_plugin
Example_plugin
Explain_errors
Goaldumpl_plugin
Savevo_plugin
Unidiff_plugin
coq-lsp.coq
coq-lsp.fleche
coq-lsp.lang
coq-lsp.petanque
coq-lsp.plugin
coq-lsp.request
coq-lsp.serlib
fleche_waterproof
petanque_json
petanque_shell
serlib_cc
serlib_extraction
serlib_firstorder
serlib_funind
serlib_ltac
serlib_ltac2
serlib_micromega
serlib_number_string_notation_plugin
serlib_ring
serlib_ssr
serlib_ssrmatching
serlib_tauto
serlib_zify
type 'pp t = {
textDocument : Doc.VersionedTextDocumentIdentifier.t;
position : Lang.Point.t;
range : Lang.Range.t option;
goals : 'pp Coq.Goals.reified_pp option;
program : JCoq.Declare.OblState.View.t Names.Id.Map.t option;
messages : 'pp Message.t list;
error : 'pp option;
}
val to_yojson : ('pp -> Yojson.Safe.t) -> 'pp t -> Yojson.Safe.t