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.16.0.0.16.1.tbz
sha256=f1070e6fa36ecf042319a14f621f26a331075f3777dfb85a0afbac6e3323e9d4
sha512=efbd947aa6750672f089b7b8604c798033793510eea1c45f4265df5f548b2ecdd3e69d5cb49b0714c09de1012fe358f618c9b1f4610a33339a151b4fdac42321

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

Module Serlib.Ser_nativevaluesSource

Sourcemodule Names = Ser_names
Sourcemodule Evar = Ser_evar
Sourcemodule Sorts = Ser_sorts
Sourcemodule Constr = Ser_constr
Sourcemodule Univ = Ser_univ
Sourcetype t = t -> t
Sourceval t_of_sexp : Sexplib0.Sexp.t -> t
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
Sourcetype tag = int
Sourceval tag_of_sexp : Sexplib0.Sexp.t -> tag
Sourceval sexp_of_tag : tag -> Sexplib0.Sexp.t
Sourcetype arity = int
Sourceval arity_of_sexp : Sexplib0.Sexp.t -> arity
Sourceval sexp_of_arity : arity -> Sexplib0.Sexp.t
Sourcetype reloc_table = (tag * arity) array
Sourceval reloc_table_of_sexp : Sexplib0.Sexp.t -> reloc_table
Sourceval sexp_of_reloc_table : reloc_table -> Sexplib0.Sexp.t
Sourcetype annot_sw = Nativevalues.annot_sw = {
  1. asw_ind : Names.inductive;
  2. asw_ci : Constr.case_info;
  3. asw_reloc : reloc_table;
  4. asw_finite : bool;
  5. asw_prefix : string;
}
Sourceval annot_sw_of_sexp : Sexplib0.Sexp.t -> annot_sw
Sourceval sexp_of_annot_sw : annot_sw -> Sexplib0.Sexp.t
Sourcetype symbol = Nativevalues.symbol =
  1. | SymbValue of t
  2. | SymbSort of Sorts.t
  3. | SymbName of Names.Name.t
  4. | SymbConst of Names.Constant.t
  5. | SymbMatch of annot_sw
  6. | SymbInd of Names.inductive
  7. | SymbMeta of Constr.metavariable
  8. | SymbEvar of Evar.t
  9. | SymbLevel of Univ.Level.t
  10. | SymbProj of Names.inductive * int
Sourceval symbol_of_sexp : Sexplib0.Sexp.t -> symbol
Sourceval sexp_of_symbol : symbol -> Sexplib0.Sexp.t
Sourcetype symbols = symbol array
Sourceval symbols_of_sexp : Sexplib0.Sexp.t -> symbols
Sourceval sexp_of_symbols : symbols -> Sexplib0.Sexp.t
OCaml

Innovation. Community. Security.