package coq

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
val make : (UContext.t * Variance.t array) -> t
val empty : t
val is_empty : t -> bool
val univ_context : t -> UContext.t
val variance : t -> Variance.t array
val from_universe_context : UContext.t -> t
val leq_constraints : t -> Instance.t constraint_function
val eq_constraints : t -> Instance.t constraint_function