package coq-core

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

Install

Dune Dependency

Authors

Maintainers

Sources

coq-8.20.0.tar.gz
md5=66e57ea55275903bef74d5bf36fbe0f1
sha512=1a7eac6e2f58724a3f9d68bbb321e4cfe963ba1a5551b9b011db4b3f559c79be433d810ff262593d753770ee41ea68fbd6a60daa1e2319ea00dff64c8851d70b

doc/coq-core.engine/UnivSubst/index.html

Module UnivSubstSource

Sourcetype 'a universe_map = 'a Univ.Level.Map.t
Sourcetype universe_subst = Univ.Universe.t universe_map
Sourcetype universe_subst_fn = Univ.Level.t -> Univ.Universe.t option
Sourcetype universe_level_subst_fn = Univ.Level.t -> Univ.Level.t
Sourcetype quality_subst_fn = Sorts.QVar.t -> Sorts.Quality.t

The resulting function must never be called on a level which would produce an algebraic.

Full universes substitutions into terms

Sourceval map_universes_opt_subst_with_binders : ('a -> 'a) -> ('a -> Constr.constr -> Constr.constr) -> quality_subst_fn -> universe_subst_fn -> 'a -> Constr.constr -> Constr.constr
Sourceval nf_evars_and_universes_opt_subst : (Constr.existential -> Constr.constr option) -> quality_subst_fn -> universe_subst_fn -> Constr.constr -> Constr.constr
  • deprecated Use [UnivSubst.map_universes_opt_subst_with_binders]
Sourceval pr_universe_subst : (Univ.Level.t -> Pp.t) -> universe_subst -> Pp.t
Sourceval enforce_leq_alg_sort : Sorts.t -> Sorts.t -> UGraph.t -> Univ.Constraints.t * UGraph.t

Picks an arbitrary set of constraints sufficient to ensure u <= v.

OCaml

Innovation. Community. Security.