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

Module UnivGenSource

Sourcemodule QualityOrSet : sig ... end
Sourcetype univ_length_mismatch = {
  1. gref : Names.GlobRef.t;
  2. actual : int * int;
  3. 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 : Names.Id.t -> Sorts.QGlobal.t
Sourceval fresh_level : unit -> Univ.Level.t
Sourceval fresh_sort_quality : unit -> Sorts.QVar.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 pr_sort_context : (Sorts.QVar.t -> Pp.t) -> (Univ.Level.Set.elt -> Pp.t) -> sort_context_set -> Pp.t

The globref is only used for the error message when there is a mismatch.

Sourceval fresh_sort_in_quality : QualityOrSet.t -> Sorts.t in_sort_context_set

NB: QSort is treated as QType

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