package rocq-runtime

  1. Overview
  2. Docs
The Rocq Prover -- Core Binaries and Tools

Install

dune-project
 Dependency

Authors

Maintainers

Sources

rocq-9.2.0.tar.gz
sha256=a45280ab4fbaac7540b136a6b073b4a6db15739ec1e149bded43fa6f4fc25f20

doc/rocq-runtime.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) -> (Sorts.relevance -> Sorts.relevance) -> quality_subst_fn -> universe_subst_fn -> 'a -> Constr.constr -> Constr.constr
  • deprecated (8.20) Use [UnivSubst.map_universes_opt_subst_with_binders]
Sourceval pr_universe_subst : (Univ.Level.t -> Pp.t) -> universe_subst -> Pp.t