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.19.0.0.19.2.tbz
sha256=2106a7f8bc1b38a2a0da6f9425aa21a57c508771da75c59c0b08481e9ec9a083
sha512=a09a6d6f37724bf5aa0166e7064e703a8e8d4d939a474353b515bb55b764b988a18a5979a0eba97d9bbc12d89502aeec0788f35c5c8e6917845046e90737b5fc

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

Module Serlib.Ser_vernacextendSource

Sourcemodule Names = Ser_names
Sourcetype vernac_keep_as = Vernacextend.vernac_keep_as =
  1. | VtKeepAxiom
  2. | VtKeepDefined
  3. | VtKeepOpaque
Sourceand vernac_qed_type = Vernacextend.vernac_qed_type =
  1. | VtKeep of vernac_keep_as
  2. | VtDrop
Sourceand vernac_when = Vernacextend.vernac_when =
  1. | VtNow
  2. | VtLater
Sourceand vernac_start = opacity_guarantee * Names.Id.t list
Sourceand vernac_sideff_type = Names.Id.t list * vernac_when
Sourceand opacity_guarantee = Vernacextend.opacity_guarantee =
  1. | GuaranteesOpacity
  2. | Doesn'tGuaranteeOpacity
Sourceand solving_tac = bool
Sourceand anon_abstracting_tac = bool
Sourceand proof_block_name = string
Sourceval vernac_keep_as_of_sexp : Sexplib0.Sexp.t -> vernac_keep_as
Sourceval vernac_qed_type_of_sexp : Sexplib0.Sexp.t -> vernac_qed_type
Sourceval vernac_when_of_sexp : Sexplib0.Sexp.t -> vernac_when
Sourceval vernac_start_of_sexp : Sexplib0.Sexp.t -> vernac_start
Sourceval vernac_sideff_type_of_sexp : Sexplib0.Sexp.t -> vernac_sideff_type
Sourceval opacity_guarantee_of_sexp : Sexplib0.Sexp.t -> opacity_guarantee
Sourceval solving_tac_of_sexp : Sexplib0.Sexp.t -> solving_tac
Sourceval anon_abstracting_tac_of_sexp : Sexplib0.Sexp.t -> anon_abstracting_tac
Sourceval proof_block_name_of_sexp : Sexplib0.Sexp.t -> proof_block_name
Sourceval sexp_of_vernac_keep_as : vernac_keep_as -> Sexplib0.Sexp.t
Sourceval sexp_of_vernac_qed_type : vernac_qed_type -> Sexplib0.Sexp.t
Sourceval sexp_of_vernac_when : vernac_when -> Sexplib0.Sexp.t
Sourceval sexp_of_vernac_start : vernac_start -> Sexplib0.Sexp.t
Sourceval sexp_of_vernac_sideff_type : vernac_sideff_type -> Sexplib0.Sexp.t
Sourceval sexp_of_opacity_guarantee : opacity_guarantee -> Sexplib0.Sexp.t
Sourceval sexp_of_solving_tac : solving_tac -> Sexplib0.Sexp.t
Sourceval sexp_of_anon_abstracting_tac : anon_abstracting_tac -> Sexplib0.Sexp.t
Sourceval sexp_of_proof_block_name : proof_block_name -> Sexplib0.Sexp.t
OCaml

Innovation. Community. Security.