package coq

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

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.