package coq-lsp

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

Module JAgent.Run_resultSource

Sourcetype 'a t = 'a Petanque.Agent.Run_result.t = {
  1. st : 'a;
  2. hash : int option;
  3. proof_finished : bool;
  4. feedback : (int * string) list;
}
Sourceval to_yojson : 'a. ('a -> Yojson.Safe.t) -> 'a t -> Yojson.Safe.t
Sourceval of_yojson : 'a. (Yojson.Safe.t -> 'a Ppx_deriving_yojson_runtime.error_or) -> Yojson.Safe.t -> 'a t Ppx_deriving_yojson_runtime.error_or
Sourceval _ : (Yojson.Safe.t -> 'a Ppx_deriving_yojson_runtime.error_or) -> Yojson.Safe.t -> 'a t Ppx_deriving_yojson_runtime.error_or
OCaml

Innovation. Community. Security.