package coq

  1. Overview
  2. Docs
Formal proof management system

Install

Dune Dependency

Authors

Maintainers

Sources

coq-8.14.1.tar.gz
sha256=3cbfc1e1a72b16d4744f5b64ede59586071e31d9c11c811a0372060727bfd9c3

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

Module UnivGenSource

Side-effecting functions creating new universe levels.

Sourceval new_univ_global : unit -> Univ.Level.UGlobal.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 : Names.GlobRef.t -> Constr.constr

Create a fresh global in the global environment, 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.