package coq-core

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

Install

Dune Dependency

Authors

Maintainers

Sources

coq-8.17.0.tar.gz
sha512=2f77bcb5211018b5d46320fd39fd34450eeb654aca44551b28bb50a2364398c4b34587630b6558db867ecfb63b246fd3e29dc2375f99967ff62bc002db9c3250

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

Module UnivMinimSource

Unordered pairs of universe levels (ie (u,v) = (v,u))

Sourcetype extra = {
  1. weak_constraints : UPairSet.t;
  2. above_prop : Univ.Level.Set.t;
}
Sourceval empty_extra : extra
Sourceval extra_union : extra -> extra -> extra

Simplification and pruning of constraints: normalize_context_set ctx us

  • Instantiate the variables in us with their most precise universe levels respecting the constraints.
  • Normalizes the context ctx w.r.t. equality constraints, choosing a canonical universe in each equivalence class (a global one if there is one) and transitively saturate the constraints w.r.t to the equalities.
OCaml

Innovation. Community. Security.