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.17.0.0.17.1.tbz
sha256=09e2b3920d40eea3bed165d9ec67a3c87a9795918adbea0f9a87ee68d2014fa4
sha512=650b8e5d09aa42d4cb9f3c2dd09d9e4217bd325f5ac9b540783775e2a132556bbfa1f9c702eba83d6480ad3d8e429171d3bd4d01194b8243c80e8d55c0825bad

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

Module Serlib.Ser_declsSource

Sourcetype 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
Sourceval definition_object_kind_of_sexp : Sexplib0.Sexp.t -> definition_object_kind
Sourceval sexp_of_definition_object_kind : definition_object_kind -> Sexplib0.Sexp.t
Sourceval definition_object_kind_to_yojson : definition_object_kind -> Yojson.Safe.t
Sourceval hash_fold_definition_object_kind : Ppx_hash_lib.Std.Hash.state -> definition_object_kind -> Ppx_hash_lib.Std.Hash.state
Sourceval hash_definition_object_kind : definition_object_kind -> Ppx_hash_lib.Std.Hash.hash_value
Sourceval compare_definition_object_kind : definition_object_kind -> definition_object_kind -> int
Sourcetype theorem_kind = Decls.theorem_kind =
  1. | Theorem
  2. | Lemma
  3. | Fact
  4. | Remark
  5. | Property
  6. | Proposition
  7. | Corollary
Sourceval theorem_kind_of_sexp : Sexplib0.Sexp.t -> theorem_kind
Sourceval sexp_of_theorem_kind : theorem_kind -> Sexplib0.Sexp.t
Sourceval theorem_kind_to_yojson : theorem_kind -> Yojson.Safe.t
Sourceval hash_fold_theorem_kind : Ppx_hash_lib.Std.Hash.state -> theorem_kind -> Ppx_hash_lib.Std.Hash.state
Sourceval hash_theorem_kind : theorem_kind -> Ppx_hash_lib.Std.Hash.hash_value
Sourceval compare_theorem_kind : theorem_kind -> theorem_kind -> int
Sourcetype assumption_object_kind = Decls.assumption_object_kind =
  1. | Definitional
  2. | Logical
  3. | Conjectural
  4. | Context
Sourceval assumption_object_kind_of_sexp : Sexplib0.Sexp.t -> assumption_object_kind
Sourceval sexp_of_assumption_object_kind : assumption_object_kind -> Sexplib0.Sexp.t
Sourceval assumption_object_kind_to_yojson : assumption_object_kind -> Yojson.Safe.t
Sourceval hash_fold_assumption_object_kind : Ppx_hash_lib.Std.Hash.state -> assumption_object_kind -> Ppx_hash_lib.Std.Hash.state
Sourceval hash_assumption_object_kind : assumption_object_kind -> Ppx_hash_lib.Std.Hash.hash_value
Sourceval compare_assumption_object_kind : assumption_object_kind -> assumption_object_kind -> int
Sourcetype logical_kind = Decls.logical_kind =
  1. | IsPrimitive
  2. | IsAssumption of assumption_object_kind
  3. | IsDefinition of definition_object_kind
  4. | IsProof of theorem_kind
Sourceval logical_kind_of_sexp : Sexplib0.Sexp.t -> logical_kind
Sourceval sexp_of_logical_kind : logical_kind -> Sexplib0.Sexp.t
Sourceval logical_kind_to_yojson : logical_kind -> Yojson.Safe.t
Sourceval hash_fold_logical_kind : Ppx_hash_lib.Std.Hash.state -> logical_kind -> Ppx_hash_lib.Std.Hash.state
Sourceval hash_logical_kind : logical_kind -> Ppx_hash_lib.Std.Hash.hash_value
Sourceval compare_logical_kind : logical_kind -> logical_kind -> int
OCaml

Innovation. Community. Security.