package coq-core

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

Install

Dune Dependency

Authors

Maintainers

Sources

coq-8.19.1.tar.gz
md5=13d2793fc6413aac5168822313e4864e
sha512=ec8379df34ba6e72bcf0218c66fef248b0e4c5c436fb3f2d7dd83a2c5f349dd0874a67484fcf9c0df3e5d5937d7ae2b2a79274725595b4b0065a381f70769b42

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

Module UnivGenSource

Sourcetype univ_length_mismatch = {
  1. actual : int * int;
  2. expect : int * 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.

Sourcetype 'a in_sort_context_set = 'a * sort_context_set
Sourceval empty_sort_context : sort_context_set
Sourceval is_empty_sort_context : sort_context_set -> bool
Sourceval fresh_sort_in_family : Sorts.family -> Sorts.t in_sort_context_set

NB: InQSort is treated as InType

Sourceval fresh_global_instance : ?loc:Loc.t -> ?names:UVars.Instance.t -> Environ.env -> Names.GlobRef.t -> Constr.constr in_sort_context_set
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 fresh_sort_context_instance : sort_context_set -> UVars.sort_level_subst * sort_context_set
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.