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.11.0.0.11.0.tbz
sha256=59d38d716fda7cb1d89e2e1519c93d22deaf14da4f0f2feccd45886317f3424c
sha512=21b0ccaf75b497e13662c3fa2c618413dfccf6abfaabbab1d27926836447a0fcdc0e2a92929401359321018a4a867124caad27e9db52c4f3e5040aff698999ef

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

Module Serlib.Ser_decls

type definition_object_kind = Decls.definition_object_kind =
  1. | Definition
  2. | Coercion
  3. | SubClass
  4. | CanonicalStructure
  5. | Example
  6. | Fixpoint
  7. | CoFixpoint
  8. | Scheme
  9. | StructureComponent
  10. | IdentityCoercion
  11. | Instance
  12. | Method
  13. | Let
val definition_object_kind_to_yojson : definition_object_kind -> Yojson.Safe.t
val definition_object_kind_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> definition_object_kind
val sexp_of_definition_object_kind : definition_object_kind -> Ppx_sexp_conv_lib.Sexp.t
type theorem_kind = Decls.theorem_kind =
  1. | Theorem
  2. | Lemma
  3. | Fact
  4. | Remark
  5. | Property
  6. | Proposition
  7. | Corollary
val theorem_kind_to_yojson : theorem_kind -> Yojson.Safe.t
val theorem_kind_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> theorem_kind
val sexp_of_theorem_kind : theorem_kind -> Ppx_sexp_conv_lib.Sexp.t
type assumption_object_kind = Decls.assumption_object_kind =
  1. | Definitional
  2. | Logical
  3. | Conjectural
  4. | Context
val assumption_object_kind_to_yojson : assumption_object_kind -> Yojson.Safe.t
val assumption_object_kind_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> assumption_object_kind
val sexp_of_assumption_object_kind : assumption_object_kind -> Ppx_sexp_conv_lib.Sexp.t
OCaml

Innovation. Community. Security.