package coq

  1. Overview
  2. Docs
Formal proof management system

Install

Dune Dependency

Authors

Maintainers

Sources

coq-8.15.2.tar.gz
sha256=13a67c0a4559ae22e9765c8fdb88957b16c2b335a2d5f47e4d6d9b4b8b299926

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

Module Univ.ContextSetSource

Sourceval empty : t
Sourceval is_empty : t -> bool
Sourceval singleton : Level.t -> t
Sourceval of_instance : Instance.t -> t
Sourceval of_set : Level.Set.t -> t
Sourceval equal : t -> t -> bool
Sourceval union : t -> t -> t
Sourceval append : t -> t -> t

Variant of union which is more efficient when the left argument is much smaller than the right one.

Sourceval diff : t -> t -> t
Sourceval add_universe : Level.t -> t -> t
Sourceval add_constraints : Constraints.t -> t -> t
Sourceval add_instance : Instance.t -> t -> t
Sourceval sort_levels : Level.t array -> Level.t array

Arbitrary choice of linear order of the variables

Sourceval to_context : (Instance.t -> Names.Name.t array) -> t -> UContext.t

Build a vector of universe levels assuming a function generating names

Sourceval of_context : UContext.t -> t
Sourceval constraints : t -> Constraints.t
Sourceval levels : t -> Level.Set.t
Sourceval size : t -> int

The number of universes in the context

OCaml

Innovation. Community. Security.