coq-lsp.lsp
JFleche.GoalsAnswer
Astdump_plugin
Count_genargs_plugin
Example_plugin
Explain_errors
Goaldumpl_plugin
Metanejo_plugin
Savevo_plugin
Unidiff_plugin
baseline
coq-lsp.coq
coq-lsp.fleche
coq-lsp.lang
coq-lsp.layout-printer
coq-lsp.petanque
coq-lsp.plugin
coq-lsp.request
coq-lsp.serlib
fleche_waterproof
petanque_json
petanque_shell
serlib_btauto
serlib_cc
serlib_cc_core
serlib_extraction
serlib_firstorder
serlib_firstorder_core
serlib_funind
serlib_ltac
serlib_ltac2
serlib_ltac2_ltac1
serlib_micromega
serlib_micromega_core
serlib_nsatz_core
serlib_number_string_notation_plugin
serlib_ring
serlib_ssr
serlib_ssrmatching
serlib_tauto
serlib_zify
type ('goals, 'pp) t = {
textDocument : Doc.VersionedTextDocumentIdentifier.t;
position : Lang.Point.t;
range : Lang.Range.t option;
goals : ('goals, 'pp) JCoq.Goals.reified option;
program : JCoq.State.Proof.Program.t Names.Id.Map.t option;
messages : 'pp Message.t list;
error : 'pp option;
}
val to_yojson : ('goals -> Yojson.Safe.t) -> ('pp -> Yojson.Safe.t) -> ('goals, 'pp) t -> Yojson.Safe.t