Module Univ.AUContext
val repr : t -> UContext.trepr ctxis(Var(0), ... Var(n-1) |= cstrwherenis the length of the context andcstrthe abstracted Constraint.t.
val empty : tval is_empty : t -> boolval size : t -> intval union : t -> t -> tKeeps the order of the instances
val instantiate : Instance.t -> t -> Constraint.tGenerate the set of instantiated Constraint.t *
val names : t -> Names.Name.t arrayReturn the names of the bound universe variables