package coq-serapi

  1. Overview
  2. Docs
Serialization library and protocol for machine interaction with the Coq proof assistant

Install

Dune Dependency

Authors

Maintainers

Sources

coq-serapi-8.10.0.0.7.2.tbz
sha256=39018932b0520cc042246a3f9e03f3788d1aaff65568b480d8681cba235032e9
sha512=62a3bb3950e5f9d9cfa5fca85a1108a04fd8c1833cba560ff9d52246ef96d3d61a4743e6dc6d52f53c6a495040fad53f1d9aae383609227a6eb84568ad2a1a6c

doc/coq-serapi.serlib/Serlib/Ser_vernacextend/index.html

Module Serlib.Ser_vernacextend

module Names = Ser_names
type vernac_type = Vernacextend.vernac_type =
  1. | VtStartProof of vernac_start
  2. | VtSideff of vernac_sideff_type
  3. | VtQed of vernac_qed_type
  4. | VtProofStep of {
    1. parallel : [ `Yes of solving_tac * anon_abstracting_tac | `No ];
    2. proof_block_detection : proof_block_name option;
    }
  5. | VtQuery
  6. | VtProofMode of string
  7. | VtMeta
  8. | VtUnknown
and vernac_keep_as = Vernacextend.vernac_keep_as =
  1. | VtKeepAxiom
  2. | VtKeepDefined
  3. | VtKeepOpaque
and vernac_qed_type = Vernacextend.vernac_qed_type =
  1. | VtKeep of vernac_keep_as
  2. | VtDrop
and vernac_start = opacity_guarantee * Names.Id.t list
and vernac_sideff_type = Names.Id.t list
and opacity_guarantee = Vernacextend.opacity_guarantee =
  1. | GuaranteesOpacity
  2. | Doesn'tGuaranteeOpacity
and solving_tac = bool
and anon_abstracting_tac = bool
and proof_block_name = string
val vernac_type_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> vernac_type
val vernac_keep_as_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> vernac_keep_as
val vernac_qed_type_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> vernac_qed_type
val vernac_start_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> vernac_start
val vernac_sideff_type_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> vernac_sideff_type
val opacity_guarantee_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> opacity_guarantee
val solving_tac_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> solving_tac
val anon_abstracting_tac_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> anon_abstracting_tac
val proof_block_name_of_sexp : Sexplib0__.Sexp.t -> proof_block_name
val sexp_of_vernac_type : vernac_type -> Ppx_sexp_conv_lib.Sexp.t
val sexp_of_vernac_keep_as : vernac_keep_as -> Ppx_sexp_conv_lib.Sexp.t
val sexp_of_vernac_qed_type : vernac_qed_type -> Ppx_sexp_conv_lib.Sexp.t
val sexp_of_vernac_start : vernac_start -> Ppx_sexp_conv_lib.Sexp.t
val sexp_of_vernac_sideff_type : vernac_sideff_type -> Ppx_sexp_conv_lib.Sexp.t
val sexp_of_opacity_guarantee : opacity_guarantee -> Ppx_sexp_conv_lib.Sexp.t
val sexp_of_solving_tac : solving_tac -> Ppx_sexp_conv_lib.Sexp.t
val sexp_of_anon_abstracting_tac : anon_abstracting_tac -> Ppx_sexp_conv_lib.Sexp.t
val sexp_of_proof_block_name : proof_block_name -> Sexplib0__.Sexp.t
OCaml

Innovation. Community. Security.