coq-lsp.coq
Coq.Utils
Astdump_plugin
Example_plugin
Goaldumpl_plugin
Savevo_plugin
coq-lsp.fleche
coq-lsp.lang
coq-lsp.lsp
coq-lsp.petanque
coq-lsp.plugin
fleche_waterproof
petanque_json
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