coq-lsp.lsp
JFleche.GoalsAnswer
coq-lsp.coq
coq-lsp.fleche
coq-lsp.lang
fleche_waterproof
type 'pp t = {
textDocument : Doc.VersionedTextDocument.t;
position : Lang.Point.t;
goals : 'pp Coq.Goals.reified_pp option;
messages : 'pp Message.t list;
error : 'pp option;
}
val to_yojson : ('pp -> Yojson.Safe.t) -> 'pp t -> Yojson.Safe.t