coq-lsp.coq
Coq.Utils
Astdump_plugin
Example_plugin
Explain_errors
Goaldumpl_plugin
Savevo_plugin
Unidiff_plugin
coq-lsp.fleche
coq-lsp.lang
coq-lsp.lsp
coq-lsp.petanque
coq-lsp.plugin
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
val to_range : lines:string array -> Loc.t -> Lang.Range.t
Specific to Coq
val to_orange : lines:string array -> Loc.t option -> Lang.Range.t option
val with_control : fn:(unit -> unit) -> control:Vernacexpr.control_flag list -> st:State.t -> unit
Separation of parsing and execution made this API hard to use for us