package coq-lsp

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module JFleche.GoalsAnswerSource

Sourcetype 'pp t = {
  1. textDocument : Doc.VersionedTextDocumentIdentifier.t;
  2. position : Lang.Point.t;
  3. range : Lang.Range.t option;
  4. goals : 'pp Coq.Goals.reified_pp option;
  5. program : JCoq.Declare.OblState.View.t Names.Id.Map.t option;
  6. messages : 'pp Message.t list;
  7. error : 'pp option;
}
Sourceval to_yojson : ('pp -> Yojson.Safe.t) -> 'pp t -> Yojson.Safe.t
OCaml

Innovation. Community. Security.