package coq-lsp

  1. Overview
  2. Docs
type 'pp t = {
  1. textDocument : Doc.VersionedTextDocument.t;
  2. position : Lang.Point.t;
  3. goals : 'pp Coq.Goals.reified_pp option;
  4. messages : 'pp Message.t list;
  5. error : 'pp option;
}
val to_yojson : ('pp -> Yojson.Safe.t) -> 'pp t -> Yojson.Safe.t
OCaml

Innovation. Community. Security.