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/UnivGen/index.html

Module UnivGenSource

Sourcetype univ_length_mismatch = {
  1. actual : int;
  2. expect : int;
}
Sourceexception UniverseLengthMismatch of univ_length_mismatch

Side-effecting functions creating new universe levels.

Sourceval new_univ_global : unit -> Univ.UGlobal.t
Sourceval new_sort_global : unit -> Sorts.QVar.t
Sourceval fresh_level : unit -> Univ.Level.t

Build a fresh instance for a given context, its associated substitution and the instantiated constraints.

Sourceval fresh_universe_context_set_instance : Univ.ContextSet.t -> Univ.universe_level_subst * Univ.ContextSet.t

Get fresh variables for the universe context. Useful to make tactics that manipulate constrs in universe contexts polymorphic.

Sourceval constr_of_monomorphic_global : Environ.env -> Names.GlobRef.t -> Constr.constr

Create a fresh global in the environment argument, without side effects. BEWARE: this raises an error on polymorphic constants/inductives: the constraints should be properly added to an evd. See Evd.fresh_global, Evarutil.new_global, and pf_constr_of_global for the proper way to get a fresh copy of a polymorphic global reference.

OCaml

Innovation. Community. Security.