package coq-lsp

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 'pp t = {
  1. textDocument : Doc.VersionedTextDocumentIdentifier.t;
  2. position : Lang.Point.t;
  3. goals : 'pp Coq.Goals.reified_pp option;
  4. program : JCoq.Declare.OblState.View.t Names.Id.Map.t option;
  5. messages : 'pp Message.t list;
  6. error : 'pp option;
}
val to_yojson : ('pp -> Yojson.Safe.t) -> 'pp t -> Yojson.Safe.t