package coq

  1. Overview
  2. Docs
Formal proof management system

Install

Dune Dependency

Authors

Maintainers

Sources

coq-8.14.0.tar.gz
sha256=b1501d686c21836302191ae30f610cca57fb309214c126518ca009363ad2cd3c

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

Module EConstr.VarsSource

See vars.mli for the documentation of the functions below

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 : (Names.Id.t * t) list -> t -> t
Sourceval substn_vars : int -> Names.Id.t list -> t -> t
Sourceval subst_vars : Names.Id.t list -> t -> t
Sourceval subst_var : 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_of_rel_context_instance : rel_context -> t list -> t list
OCaml

Innovation. Community. Security.