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.kernel/Univ/Level/index.html

Module Univ.LevelSource

Universes.

Sourcetype t

Type of universe levels. A universe level is essentially a unique name that will be associated to constraints later on. A level can be local to a definition or global.

Sourceval set : t

The Set universe level.

Sourceval is_set : t -> bool

Is the universe Set?

Sourceval compare : t -> t -> int

Comparison function

Sourceval equal : t -> t -> bool

Equality function

Sourceval hash : t -> int
Sourceval hcons : t -> t
Sourceval make : UGlobal.t -> t
Sourceval raw_pr : t -> Pp.t

Pretty-printing. When possible you should use name-aware printing.

Sourceval pr : t -> Pp.t
  • deprecated Use [UnivNames.pr_with_global_universes] instead if possible, otherwise [raw_pr].
Sourceval to_string : t -> string

Debug printing

Sourceval var : int -> t
Sourceval var_index : t -> int option
Sourceval name : t -> UGlobal.t option
Sourcemodule Set : sig ... end
Sourcemodule Map : sig ... end
OCaml

Innovation. Community. Security.