package coq-core

  1. Overview
  2. Docs
The Coq Proof Assistant -- Core Binaries and Tools

Install

Dune Dependency

Authors

Maintainers

Sources

coq-8.18.0.tar.gz
md5=8d852367b54f095d9fbabd000304d450
sha512=46922d5f2eb6802a148a52fd3e7f0be8370c93e7bc33cee05cf4a2044290845b10ccddbaa306f29c808e7c5019700763e37e45ff6deb507b874a4348010fed50

doc/coq-core.engine/EConstr/Vars/index.html

Module EConstr.VarsSource

See vars.mli for the documentation of the functions below

Sourcetype instance = t array
Sourcetype instance_list = t list
Sourcetype substl = t list
Sourceval lift : int -> t -> t
Sourceval liftn : int -> int -> t -> t
Sourceval substnl : substl -> int -> t -> t
Sourceval substl : substl -> t -> t
Sourceval subst1 : t -> t -> t
Sourceval substnl_decl : substl -> int -> rel_declaration -> rel_declaration
Sourceval subst1_decl : t -> rel_declaration -> rel_declaration
Sourceval replace_vars : Evd.evar_map -> (Names.Id.t * t) list -> t -> t
Sourceval substn_vars : Evd.evar_map -> int -> Names.Id.t list -> t -> t
Sourceval subst_vars : Evd.evar_map -> Names.Id.t list -> t -> t
Sourceval subst_var : Evd.evar_map -> Names.Id.t -> t -> t
Sourceval noccurn : Evd.evar_map -> int -> t -> bool
Sourceval noccur_between : Evd.evar_map -> int -> int -> t -> bool
Sourceval closedn : Evd.evar_map -> int -> t -> bool
Sourceval closed0 : Evd.evar_map -> t -> bool
Sourceval subst_univs_level_constr : Univ.universe_level_subst -> t -> t
Sourceval subst_instance_context : Univ.Instance.t -> rel_context -> rel_context
Sourceval subst_instance_constr : Univ.Instance.t -> t -> t
Sourceval subst_of_rel_context_instance : rel_context -> instance -> substl
Sourceval subst_of_rel_context_instance_list : rel_context -> instance_list -> substl
Sourceval liftn_rel_context : int -> int -> rel_context -> rel_context
Sourceval lift_rel_context : int -> rel_context -> rel_context
Sourceval substnl_rel_context : substl -> int -> rel_context -> rel_context
Sourceval substl_rel_context : substl -> rel_context -> rel_context
Sourceval smash_rel_context : rel_context -> rel_context
Sourceval esubst : (int -> 'a -> t) -> 'a Esubst.subs -> t -> t
Sourcetype substituend
Sourceval make_substituend : t -> substituend
Sourceval lift_substituend : int -> substituend -> t
OCaml

Innovation. Community. Security.