package coq

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
val make : Names.Name.t array -> Instance.t constrained -> t
val empty : t
val is_empty : t -> bool
val instance : t -> Instance.t
val constraints : t -> Constraints.t
val union : t -> t -> t

Keeps the order of the instances

val size : t -> int

The number of universes in the context

val names : t -> Names.Name.t array

Return the user names of the universes

val refine_names : Names.Name.t array -> t -> t

Use names to name the possibly yet unnamed universes