package coq

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | Irrelevant
  2. | Covariant
  3. | Invariant

A universe position in the instance given to a cumulative inductive can be the following. Note there is no Contravariant case because forall x : A, B <= forall x : A', B' requires A = A' as opposed to A' <= A.

val check_subtype : t -> t -> bool

check_subtype x y holds if variance y is also an instance of x

val sup : t -> t -> t
val pr : t -> Pp.t
val equal : t -> t -> bool