coq-lsp.lsp
JFleche.GoalsAnswer
coq-lsp.coq
coq-lsp.fleche
coq-lsp.lang
fleche_waterproof
type t = {
textDocument : Doc.VersionedTextDocument.t;
position : Lang.Point.t;
goals : string JCoq.Goals.reified_goal JCoq.Goals.goals option;
messages : string Message.t list;
error : string option;
}
val to_yojson : t -> Yojson.Safe.t