package coq-serapi

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type template_arity = Declarations.template_arity
val template_arity_of_sexp : Sexplib.Sexp.t -> template_arity
val sexp_of_template_arity : template_arity -> Sexplib.Sexp.t
type ('a, 'b) declaration_arity = ('a, 'b) Declarations.declaration_arity
val declaration_arity_of_sexp : (Sexplib.Sexp.t -> 'a) -> (Sexplib.Sexp.t -> 'b) -> Sexplib.Sexp.t -> ('a, 'b) declaration_arity
val sexp_of_declaration_arity : ('a -> Sexplib.Sexp.t) -> ('b -> Sexplib.Sexp.t) -> ('a, 'b) declaration_arity -> Sexplib.Sexp.t
type recarg = Declarations.recarg
val recarg_of_sexp : Sexplib.Sexp.t -> recarg
val sexp_of_recarg : recarg -> Sexplib.Sexp.t
type wf_paths = recarg Rtree.t
val wf_paths_of_sexp : Sexplib.Sexp.t -> wf_paths
val sexp_of_wf_paths : wf_paths -> Sexplib.Sexp.t
type regular_inductive_arity = Declarations.regular_inductive_arity
val regular_inductive_arity_of_sexp : Sexplib.Sexp.t -> regular_inductive_arity
val sexp_of_regular_inductive_arity : regular_inductive_arity -> Sexplib.Sexp.t
type inductive_arity = Declarations.inductive_arity
val inductive_arity_of_sexp : Sexplib.Sexp.t -> inductive_arity
val sexp_of_inductive_arity : inductive_arity -> Sexplib.Sexp.t
type one_inductive_body = Declarations.one_inductive_body
val one_inductive_body_of_sexp : Sexplib.Sexp.t -> one_inductive_body
val sexp_of_one_inductive_body : one_inductive_body -> Sexplib.Sexp.t
type typing_flags = Declarations.typing_flags
val typing_flags_of_sexp : Sexplib.Sexp.t -> typing_flags
val sexp_of_typing_flags : typing_flags -> Sexplib.Sexp.t
type inline = Declarations.inline
val sexp_of_inline : inline -> Sexplib.Sexp.t
val inline_of_sexp : Sexplib.Sexp.t -> inline
type work_list = Declarations.work_list
type abstr_info = Declarations.abstr_info = {
  1. abstr_ctx : Constr.named_context;
  2. abstr_subst : Univ.Instance.t;
  3. abstr_uctx : Univ.AbstractContext.t;
}
type cooking_info = Declarations.cooking_info
val sexp_of_cooking_info : cooking_info -> Sexplib.Sexp.t
val cooking_info_of_sexp : Sexplib.Sexp.t -> cooking_info
type constant_body = Declarations.constant_body
val sexp_of_constant_body : constant_body -> Sexplib.Sexp.t
val constant_body_of_sexp : Sexplib.Sexp.t -> constant_body
type recursivity_kind = Declarations.recursivity_kind
val recursivity_kind_of_sexp : Sexplib.Sexp.t -> recursivity_kind
val sexp_of_recursivity_kind : recursivity_kind -> Sexplib.Sexp.t
val recursivity_kind_of_yojson : Yojson.Safe.t -> (recursivity_kind, string) Result.result
val recursivity_kind_to_yojson : recursivity_kind -> Yojson.Safe.t
type mutual_inductive_body = Declarations.mutual_inductive_body
val mutual_inductive_body_of_sexp : Sexplib.Sexp.t -> mutual_inductive_body
val sexp_of_mutual_inductive_body : mutual_inductive_body -> Sexplib.Sexp.t
type module_alg_expr = Declarations.module_alg_expr
val sexp_of_module_alg_expr : module_alg_expr -> Sexplib.Sexp.t
val module_alg_expr_of_sexp : Sexplib.Sexp.t -> module_alg_expr
type structure_body = Declarations.structure_body
val sexp_of_structure_body : structure_body -> Sexplib.Sexp.t
val structure_body_of_sexp : Sexplib.Sexp.t -> structure_body
type module_body = Declarations.module_body
val sexp_of_module_body : module_body -> Sexplib.Sexp.t
val module_body_of_sexp : Sexplib.Sexp.t -> module_body
type module_type_body = Declarations.module_type_body
val sexp_of_module_type_body : module_type_body -> Sexplib.Sexp.t
val module_type_body_of_sexp : Sexplib.Sexp.t -> module_type_body