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.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;
}
Sourceval to_yojson : ('pp -> Yojson.Safe.t) -> 'pp t -> Yojson.Safe.t
OCaml

Innovation. Community. Security.