package coq-core

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

Install

Dune Dependency

Authors

Maintainers

Sources

coq-8.18.0.tar.gz
md5=8d852367b54f095d9fbabd000304d450
sha512=46922d5f2eb6802a148a52fd3e7f0be8370c93e7bc33cee05cf4a2044290845b10ccddbaa306f29c808e7c5019700763e37e45ff6deb507b874a4348010fed50

doc/coq-core.kernel/Univ/Instance/index.html

Module Univ.InstanceSource

Sourcetype t

A universe instance represents a vector of argument universes to a polymorphic definition (constant, inductive or constructor).

Sourceval empty : t
Sourceval is_empty : t -> bool
Sourceval of_array : Level.t array -> t
Sourceval to_array : t -> Level.t array
Sourceval append : t -> t -> t

To concatenate two instances, used for discharge

Sourceval equal : t -> t -> bool

Equality

Sourceval length : t -> int

Instance length

Sourceval hcons : t -> t

Hash-consing.

Sourceval hash : t -> int

Hash value

Sourceval share : t -> t * int

Simultaneous hash-consing and hash-value computation

Sourceval pr : (Level.t -> Pp.t) -> ?variance:Variance.t array -> t -> Pp.t

Pretty-printing, no comments

Sourceval levels : t -> Level.Set.t

The set of levels in the instance

OCaml

Innovation. Community. Security.