petanque_json
JAgent.Premise
Astdump_plugin
Example_plugin
Goaldumpl_plugin
Savevo_plugin
coq-lsp.coq
coq-lsp.fleche
coq-lsp.lang
coq-lsp.lsp
coq-lsp.petanque
coq-lsp.plugin
fleche_waterproof
type t = Petanque.Agent.Premise.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;
}
val to_yojson : t -> Yojson.Safe.t
val of_yojson : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_or
val _ : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_or