package coq-lsp

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

Module JAgent.Proof_infoSource

Sourcetype t = Petanque.Agent.Proof_info.t = {
  1. name : string;
  2. statements : string list;
  3. range : Lang.Range.t option;
}
Sourceval to_yojson : t -> Yojson.Safe.t
Sourceval of_yojson : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_or
Sourceval _ : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_or