petanque_json
Interp.Action
Astdump_plugin
Example_plugin
Explain_errors
Goaldumpl_plugin
Savevo_plugin
Unidiff_plugin
coq-lsp.coq
coq-lsp.fleche
coq-lsp.lang
coq-lsp.lsp
coq-lsp.petanque
coq-lsp.plugin
coq-lsp.request
coq-lsp.serlib
fleche_waterproof
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 t =
| Now of token:Coq.Limits.Token.t -> json_rpc_result
| Doc of {
uri : Lang.LUri.File.t;
handler : token:Coq.Limits.Token.t -> doc:Fleche.Doc.t -> json_rpc_result;
}
| Pos of {
point : int * int;
handler : token:Coq.Limits.Token.t -> doc:Fleche.Doc.t -> point:(int * int) -> json_rpc_result;