UVars.UContextA value in a universe context.
val make : bound_names -> Instance.t PConstraints.constrained -> tval empty : tval is_empty : t -> boolval instance : t -> Instance.tval constraints : t -> PConstraints.tval univ_constraints : t -> Univ.UnivConstraints.tval elim_constraints : t -> Sorts.ElimConstraints.tval size : t -> int * intThe number of universes in the context
val names : t -> bound_namesReturn the user names of the universes
val refine_names : bound_names -> t -> tUse names to name the possibly yet unnamed universes
val sort_levels : Univ.Level.t array -> Univ.Level.t arrayArbitrary choice of linear order of the variables
val sort_qualities : Sorts.Quality.t array -> Sorts.Quality.t arrayArbitrary choice of linear order of the variables
val of_context_set : (Instance.t -> bound_names) -> (Sorts.QContextSet.t * Univ.ContextSet.t) -> tBuild a vector of universe levels assuming a function generating names
val to_context_set : t -> Sorts.QContextSet.t * Univ.ContextSet.tDiscard the names and order of the universes
val pr : (Sorts.QVar.t -> Pp.t) -> (Univ.Level.t -> Pp.t) -> ?variance:Variance.t array -> t -> Pp.t