coq-lsp.petanque
Agent.Premise
Astdump_plugin
Example_plugin
Goaldumpl_plugin
Savevo_plugin
coq-lsp.coq
coq-lsp.fleche
coq-lsp.lang
coq-lsp.lsp
coq-lsp.plugin
fleche_waterproof
petanque_json
type t = {
full_name : string;
file : string;
kind : (string, string) Result.t;
range : (Lang.Range.t, string) Result.t;
offset : (int * int, string) Result.t;
raw_text : (string, string) Result.t;
}