package coq-serapi

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

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.